![]() |
v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8.h>

Public Member Functions | |
| bool | IsValue () const |
| bool | IsModule () 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 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|.