Pavel Medvedev
Pavel Medvedev
Hi Ron, Thanks for the proposal. I've never used V8 with multiple threads and isolates, and I hope it would work. Do you mean a `static type_index class_singleton::class_type` member variables?...
Hi Dmitriy, thanks for the sharing! I actually don't remember why that PR is still hasn't been merged. Despite the auto wrapping feature is there. I need some time to...
Hi, I haven't look to this yet. PR are welcome, if you have an idea how to fix it.
Some time ago I started working on generalized indexed/named property accessor handler in `v8pp::class_`. Both of these handlers have 5 functions to get/set/query/delete/enumerate items or properties. Unfortunately, currently I have...
Hi @atvise, Thanks a lot for the your recent contributions! Excuse me, I really have no spare time to review and merge you pull-request at this time. The Travis CI...
Hi, There is already exception handling in JS constructor function: https://github.com/pmed/v8pp/blob/master/v8pp/class.hpp#L69-L76 that translates `std::exception` into `v8::Exception` and returns it as the JS ctor function result. I've added a couple of...
Fixed in 6611145
Hi Jean-Claude, Thank you for the detailed issue description. References to wrapped class as function arguments should be converted with [convert_ref](https://github.com/pmed/v8pp/blob/master/v8pp/ptr_traits.hpp#L86) in ptr_traits. There is a case in the [`v8pp::class_`...
Hi Jean-Claude, I think it’s ok to continue in this issue, thank you. чт, 19 июля 2018 г. в 12:04, Jean-Claude Monnin : > Hi Pavel, > > Thanks for...
Hi, yes, there was such a request earlier in #41. The issue as I see, is the overloaded functions dispatching can be resolved only at run-time, since an overloaded C++...