V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::ObjectData Class Reference
Inheritance diagram for v8::internal::compiler::ObjectData:
v8::internal::ZoneObject v8::internal::compiler::HeapObjectData v8::internal::compiler::AllocationSiteData v8::internal::compiler::CellData v8::internal::compiler::CodeData v8::internal::compiler::ContextData v8::internal::compiler::DescriptorArrayData v8::internal::compiler::FeedbackVectorData v8::internal::compiler::FixedArrayBaseData v8::internal::compiler::HeapNumberData v8::internal::compiler::JSObjectData v8::internal::compiler::MapData v8::internal::compiler::ModuleData v8::internal::compiler::MutableHeapNumberData v8::internal::compiler::NameData v8::internal::compiler::PropertyCellData v8::internal::compiler::ScopeInfoData v8::internal::compiler::ScriptContextTableData v8::internal::compiler::SharedFunctionInfoData

Public Member Functions

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

Detailed Description

Definition at line 46 of file js-heap-broker.cc.


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