v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::ObjectData Class Reference
Inheritance diagram for v8::internal::compiler::ObjectData:
Collaboration diagram for v8::internal::compiler::ObjectData:

Public Member Functions

 ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind)
 
IndirectHandle< Objectobject () const
 
ObjectDataKind kind () const
 
bool is_smi () const
 
bool should_access_heap () const
 
bool IsNull () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

IndirectHandle< Object > const object_
 
ObjectDataKind const kind_
 

Detailed Description

Definition at line 76 of file heap-refs.cc.

Constructor & Destructor Documentation

◆ ObjectData()

v8::internal::compiler::ObjectData::ObjectData ( JSHeapBroker * broker,
ObjectData ** storage,
IndirectHandle< Object > object,
ObjectDataKind kind )
inline

Definition at line 78 of file heap-refs.cc.

Here is the call graph for this function:

Member Function Documentation

◆ is_smi()

bool v8::internal::compiler::ObjectData::is_smi ( ) const
inline

Definition at line 126 of file heap-refs.cc.

◆ IsNull()

bool v8::internal::compiler::ObjectData::IsNull ( ) const
inline

Definition at line 132 of file heap-refs.cc.

Here is the call graph for this function:

◆ kind()

ObjectDataKind v8::internal::compiler::ObjectData::kind ( ) const
inline

Definition at line 125 of file heap-refs.cc.

Here is the caller graph for this function:

◆ object()

IndirectHandle< Object > v8::internal::compiler::ObjectData::object ( ) const
inline

Definition at line 124 of file heap-refs.cc.

Here is the caller graph for this function:

◆ should_access_heap()

bool v8::internal::compiler::ObjectData::should_access_heap ( ) const
inline

Definition at line 127 of file heap-refs.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ kind_

ObjectDataKind const v8::internal::compiler::ObjectData::kind_
private

Definition at line 140 of file heap-refs.cc.

◆ object_

IndirectHandle<Object> const v8::internal::compiler::ObjectData::object_
private

Definition at line 139 of file heap-refs.cc.


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