v8pp
v8pp copied to clipboard
Bind C++ functions and classes into V8 JavaScript engine
I am new to this v8pp module. When I run cmake .. I receive the following error. CMake Error at cmake/FindV8.cmake:82 (add_library): add_library cannot create ALIAS target "V8::V8" because target...
It has been removed in https://github.com/v8/v8/commit/4cf204da0a7c59f476bc2ea6622d897f660e22d0 v8pp uses it in `function.hpp`: `external_data::destroy_all` It does't look trivial to replace it...
Hello, if exposing a native class and create a derived script one from it, newly created functions are undefined for some reason. Properties, constructors and static methods work however. I...
The PR contains the following changes: 1. Support for const members pointers (as an overload of set_const). This requires special handling as the setter cannot compile and the readonly runtime...
Added try catch within the class wrap_object function to catch possible exceptions from the ctor_ function
…lues inside detail::object_registry::wrap_object()
I want to export many c++ classes to node.js and I just divide these c++ classes into multiple dlls according to their function for conviniece. But I export all of...
Causes terminate after `__cxxabiv1::failed_throw()`. See frame 7 in stack trace: ``` * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT * frame #0: 0x00007fff2034e92e libsystem_kernel.dylib`__pthread_kill + 10 frame...
Hello, Seems this is not supported currently, but it's quite handy to have (for example callbacks). I tried implementing it, but I'm very new to both v8 and v8pp. Also...
in file v8pp/docs/index.md Auto-generated Doxygen documentation link is invalid