![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <debug-interface.h>
Static Public Member Functions | |
static bool | IsAccessorPair (v8::Local< v8::Value > obj) |
static V8_INLINE AccessorPair * | Cast (v8::Value *obj) |
![]() | |
template<class T > | |
static V8_INLINE Value * | Cast (T *value) |
Static Private Member Functions | |
static void | CheckCast (v8::Value *obj) |
Pairs of accessors.
In the case of private accessors, getters and setters are either null or Functions.
Definition at line 616 of file debug-interface.h.
|
delete |
|
static |
|
staticprivate |
Definition at line 1066 of file debug-interface.cc.
Definition at line 1409 of file debug-interface.cc.