![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-snapshot.h>
Public Types | |
| using | CallbackFunction |
Public Member Functions | |
| SerializeAPIWrapperCallback (CallbackFunction function=nullptr, void *data=nullptr) | |
Public Attributes | |
| CallbackFunction | callback |
| void * | data |
Similar to SerializeInternalFieldsCallback, but is used exclusively to serialize API wrappers. The pointers for API wrappers always point into the CppHeap.
Definition at line 76 of file v8-snapshot.h.
Definition at line 77 of file v8-snapshot.h.
|
inlineexplicit |
Definition at line 79 of file v8-snapshot.h.
| CallbackFunction v8::SerializeAPIWrapperCallback::callback |
Definition at line 83 of file v8-snapshot.h.
| void* v8::SerializeAPIWrapperCallback::data |
Definition at line 84 of file v8-snapshot.h.