v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::Data Class Reference

#include <v8-data.h>

Inheritance diagram for v8::Data:
Collaboration diagram for v8::Data:

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 IsContext () const
 

Private Member Functions

 Data ()=delete
 

Detailed Description

The superclass of objects that can reside on V8's heap.

Definition at line 18 of file v8-data.h.

Constructor & Destructor Documentation

◆ Data()

v8::Data::Data ( )
privatedelete

Member Function Documentation

◆ IsContext()

bool v8::Data::IsContext ( ) const

Returns true if this data is a |v8::Context|.

Definition at line 814 of file api.cc.

Here is the call graph for this function:

◆ IsFixedArray()

bool v8::Data::IsFixedArray ( ) const

Returns tru if this data is a |v8::FixedArray|

Definition at line 786 of file api.cc.

Here is the call graph for this function:

◆ IsFunctionTemplate()

bool v8::Data::IsFunctionTemplate ( ) const

Returns true if this data is a |v8::FunctionTemplate|.

Definition at line 810 of file api.cc.

Here is the call graph for this function:

◆ IsModule()

bool v8::Data::IsModule ( ) const

Returns true if this data is a |v8::Module|.

Definition at line 778 of file api.cc.

Here is the call graph for this function:

◆ IsModuleRequest()

bool v8::Data::IsModuleRequest ( ) const

Returns true if this data is a |v8::ModuleRequest|.

Definition at line 782 of file api.cc.

Here is the call graph for this function:

◆ IsObjectTemplate()

bool v8::Data::IsObjectTemplate ( ) const

Returns true if this data is a |v8::ObjectTemplate|.

Definition at line 806 of file api.cc.

Here is the call graph for this function:

◆ IsPrivate()

bool v8::Data::IsPrivate ( ) const

Returns true if this data is a |v8::Private|.

Definition at line 802 of file api.cc.

Here is the call graph for this function:

◆ IsValue()

bool v8::Data::IsValue ( ) const

Returns true if this data is a |v8::Value|.

Definition at line 790 of file api.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: