v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <v8_class_wrapper.h>
Public Member Functions | |
WrapAsMostDerivedBase (v8::Isolate *isolate) | |
virtual | ~WrapAsMostDerivedBase ()=default |
virtual v8::Local< v8::Object > | operator() (T *cpp_object, DestructorBehavior &destructor_behavior) const =0 |
Protected Attributes | |
v8::Isolate * | isolate |
Definition at line 147 of file v8_class_wrapper.h.
|
inline |
Definition at line 152 of file v8_class_wrapper.h.
|
virtualdefault |
|
pure virtual |
Implemented in v8toolkit::WrapAsMostDerived< T, TypeList<> >.
|
protected |
Definition at line 149 of file v8_class_wrapper.h.