#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 |
The superclass of objects that can reside on V8's heap.
bool v8::Data::IsContext | ( | ) | const |
Returns true if this data is a |v8::Context|.
bool v8::Data::IsFixedArray | ( | ) | const |
Returns tru if this data is a |v8::FixedArray|
bool v8::Data::IsFunctionTemplate | ( | ) | const |
Returns true if this data is a |v8::FunctionTemplate|.
bool v8::Data::IsModule | ( | ) | const |
Returns true if this data is a |v8::Module|.
bool v8::Data::IsObjectTemplate | ( | ) | const |
Returns true if this data is a |v8::ObjectTemplate|.
bool v8::Data::IsPrivate | ( | ) | const |
Returns true if this data is a |v8::Private|.
bool v8::Data::IsValue | ( | ) | const |
Returns true if this data is a |v8::Value|.