#include <v8-data.h>
Public Member Functions | |
| bool | IsValue () const |
| bool | IsModule () const |
| bool | IsModuleRequest () const |
| bool | IsFixedArray () const |
| bool | IsPrivate () const |
| bool | IsObjectTemplate () const |
| bool | IsFunctionTemplate () const |
| bool | IsDictionaryTemplate () const |
| bool | IsContext () const |
| bool | IsCppHeapExternal () 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::IsCppHeapExternal | ( | ) | const |
Returns true if this value is a CppHeapExternal object.
| bool v8::Data::IsDictionaryTemplate | ( | ) | const |
Returns true if this data is a |v8::DictionaryTemplate|.
| 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::IsModuleRequest | ( | ) | const |
Returns true if this data is a |v8::ModuleRequest|.
| 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|.