V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::ObjectRef Class Reference
Inheritance diagram for v8::internal::compiler::ObjectRef:
v8::internal::compiler::HeapObjectRef v8::internal::compiler::AllocationSiteRef v8::internal::compiler::CellRef v8::internal::compiler::CodeRef v8::internal::compiler::ContextRef v8::internal::compiler::DescriptorArrayRef v8::internal::compiler::FeedbackVectorRef v8::internal::compiler::FixedArrayBaseRef v8::internal::compiler::HeapNumberRef v8::internal::compiler::JSObjectRef v8::internal::compiler::MapRef v8::internal::compiler::ModuleRef v8::internal::compiler::MutableHeapNumberRef v8::internal::compiler::NameRef v8::internal::compiler::PropertyCellRef v8::internal::compiler::ScopeInfoRef v8::internal::compiler::ScriptContextTableRef v8::internal::compiler::SharedFunctionInfoRef

Public Member Functions

 ObjectRef (JSHeapBroker *broker, Handle< Object > object)
 
 ObjectRef (JSHeapBroker *broker, ObjectData *data)
 
Handle< Objectobject () const
 
bool equals (const ObjectRef &other) const
 
bool IsSmi () const
 
int AsSmi () const
 
bool IsNullOrUndefined () const
 
bool BooleanValue () const
 
double OddballToNumber () const
 
Isolateisolate () const
 

Protected Member Functions

JSHeapBrokerbroker () const
 
ObjectDatadata () const
 

Protected Attributes

ObjectDatadata_
 

Detailed Description

Definition at line 94 of file js-heap-broker.h.


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