v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <v8_class_wrapper.h>
Public Member Functions | |
DestructorBehavior_LeaveAlone () | |
void | operator() (v8::Isolate *isolate, const void *void_object) const override |
bool | destructive () const override |
virtual std::string | name () const override |
Helper to not do anything to the underlying C++ object when the corresponding javascript object is garbage collected
Definition at line 111 of file v8_class_wrapper.h.
|
inline |
Definition at line 112 of file v8_class_wrapper.h.
|
inlineoverridevirtual |
Implements v8toolkit::DestructorBehavior.
Definition at line 116 of file v8_class_wrapper.h.
References V8TOOLKIT_DEBUG.
|
inlineoverridevirtual |
Implements v8toolkit::DestructorBehavior.
Definition at line 119 of file v8_class_wrapper.h.
|
inlineoverridevirtual |
Implements v8toolkit::DestructorBehavior.
Definition at line 123 of file v8_class_wrapper.h.