v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-data.h>
Public Member Functions | |
bool | IsValue () const |
bool | IsModule () const |
bool | IsFixedArray () const |
bool | IsPrivate () const |
bool | IsObjectTemplate () const |
bool | IsFunctionTemplate () const |
bool | IsContext () const |
bool IsContext | ( | ) | const |
Returns true if this data is a |v8::Context|.
bool IsFixedArray | ( | ) | const |
Returns tru if this data is a |v8::FixedArray|
bool IsFunctionTemplate | ( | ) | const |
Returns true if this data is a |v8::FunctionTemplate|.
bool IsModule | ( | ) | const |
Returns true if this data is a |v8::Module|.
bool IsObjectTemplate | ( | ) | const |
Returns true if this data is a |v8::ObjectTemplate|.
bool IsPrivate | ( | ) | const |
Returns true if this data is a |v8::Private|.
bool IsValue | ( | ) | const |
Returns true if this data is a |v8::Value|.