v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-template.h>
Static Public Member Functions | |
static Local< AccessorSignature > | New (Isolate *isolate, Local< FunctionTemplate > receiver=Local< FunctionTemplate >()) |
static V8_INLINE AccessorSignature * | Cast (Data *data) |
Additional Inherited Members | |
Public Member Functions inherited from Data | |
bool | IsValue () const |
bool | IsModule () const |
bool | IsFixedArray () const |
bool | IsPrivate () const |
bool | IsObjectTemplate () const |
bool | IsFunctionTemplate () const |
bool | IsContext () const |
An AccessorSignature specifies which receivers are valid parameters to an accessor callback.
Definition at line 999 of file v8-template.h.
|
static |
Definition at line 1043 of file v8-template.h.
|
static |