#include <v8-data.h>
The superclass of objects that can reside on V8's heap.
Definition at line 18 of file v8-data.h.
◆ Data()
◆ IsContext()
bool v8::Data::IsContext |
( |
| ) |
const |
Returns true if this data is a |v8::Context|.
Definition at line 814 of file api.cc.
◆ IsFixedArray()
bool v8::Data::IsFixedArray |
( |
| ) |
const |
Returns tru if this data is a |v8::FixedArray|
Definition at line 786 of file api.cc.
◆ IsFunctionTemplate()
bool v8::Data::IsFunctionTemplate |
( |
| ) |
const |
Returns true if this data is a |v8::FunctionTemplate|.
Definition at line 810 of file api.cc.
◆ IsModule()
bool v8::Data::IsModule |
( |
| ) |
const |
Returns true if this data is a |v8::Module|.
Definition at line 778 of file api.cc.
◆ IsModuleRequest()
bool v8::Data::IsModuleRequest |
( |
| ) |
const |
Returns true if this data is a |v8::ModuleRequest|.
Definition at line 782 of file api.cc.
◆ IsObjectTemplate()
bool v8::Data::IsObjectTemplate |
( |
| ) |
const |
Returns true if this data is a |v8::ObjectTemplate|.
Definition at line 806 of file api.cc.
◆ IsPrivate()
bool v8::Data::IsPrivate |
( |
| ) |
const |
Returns true if this data is a |v8::Private|.
Definition at line 802 of file api.cc.
◆ IsValue()
bool v8::Data::IsValue |
( |
| ) |
const |
Returns true if this data is a |v8::Value|.
Definition at line 790 of file api.cc.
The documentation for this class was generated from the following files: