Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::Data Class Reference

#include <v8-data.h>

Inheritance diagram for v8::Data:
[legend]

Public Member Functions

bool IsValue () const
 
bool IsModule () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Detailed Description

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

Member Function Documentation

◆ IsContext()

bool v8::Data::IsContext ( ) const

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

◆ IsFixedArray()

bool v8::Data::IsFixedArray ( ) const

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

◆ IsFunctionTemplate()

bool v8::Data::IsFunctionTemplate ( ) const

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

◆ IsModule()

bool v8::Data::IsModule ( ) const

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

◆ IsObjectTemplate()

bool v8::Data::IsObjectTemplate ( ) const

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

◆ IsPrivate()

bool v8::Data::IsPrivate ( ) const

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

◆ IsValue()

bool v8::Data::IsValue ( ) const

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


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