![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-external.h>
Static Public Member Functions | |
static Local< External > | New (Isolate *isolate, void *value) |
static V8_INLINE External * | Cast (Value *value) |
![]() | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
Static Private Member Functions | |
static void | CheckCast (v8::Value *obj) |
A JavaScript value that wraps a C++ void*. This type of value is mainly used to associate C++ data structures with JavaScript objects.
Definition at line 19 of file v8-external.h.
Definition at line 22 of file v8-external.h.
|
staticprivate |
void * v8::External::Value | ( | ) | const |