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

Public Member Functions

 FixedArrayData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< FixedArray > object, ObjectDataKind kind)
 
- Public Member Functions inherited from v8::internal::compiler::FixedArrayBaseData
 FixedArrayBaseData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< FixedArrayBase > object, ObjectDataKind kind)
 
uint32_t length () const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectData
 HeapObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< HeapObject > object, ObjectDataKind kind)
 
std::optional< boolTryGetBooleanValue (JSHeapBroker *broker) const
 
ObjectDatamap () const
 
InstanceType GetMapInstanceType () const
 
- Public Member Functions inherited from v8::internal::compiler::ObjectData
 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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FixedArrayData()

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

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


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