V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Handle< JSArray > | object () const |
ObjectRef | length () const |
Public Member Functions inherited from v8::internal::compiler::JSObjectRef | |
Handle< JSObject > | object () const |
double | RawFastDoublePropertyAt (FieldIndex index) const |
ObjectRef | RawFastPropertyAt (FieldIndex index) const |
FixedArrayBaseRef | elements () const |
void | EnsureElementsTenured () |
ElementsKind | GetElementsKind () const |
void | SerializeObjectCreateMap () |
base::Optional< MapRef > | GetObjectCreateMap () const |
Public Member Functions inherited from v8::internal::compiler::HeapObjectRef | |
Handle< HeapObject > | object () const |
MapRef | map () const |
HeapObjectType | GetHeapObjectType () const |
ObjectRef (JSHeapBroker *broker, Handle< Object > object) | |
ObjectRef (JSHeapBroker *broker, ObjectData *data) | |
Public Member Functions inherited from v8::internal::compiler::ObjectRef | |
ObjectRef (JSHeapBroker *broker, Handle< Object > object) | |
ObjectRef (JSHeapBroker *broker, ObjectData *data) | |
Handle< Object > | object () const |
bool | equals (const ObjectRef &other) const |
bool | IsSmi () const |
int | AsSmi () const |
bool | IsNullOrUndefined () const |
bool | BooleanValue () const |
double | OddballToNumber () const |
Isolate * | isolate () const |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::compiler::ObjectRef | |
JSHeapBroker * | broker () const |
ObjectData * | data () const |
Protected Attributes inherited from v8::internal::compiler::ObjectRef | |
ObjectData * | data_ |
Definition at line 490 of file js-heap-broker.h.