V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
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 |
Protected Member Functions | |
JSHeapBroker * | broker () const |
ObjectData * | data () const |
Protected Attributes | |
ObjectData * | data_ |
Definition at line 94 of file js-heap-broker.h.