![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind) | |
IndirectHandle< Object > | object () const |
ObjectDataKind | kind () const |
bool | is_smi () const |
bool | should_access_heap () const |
bool | IsNull () const |
![]() | |
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 |
Private Attributes | |
IndirectHandle< Object > const | object_ |
ObjectDataKind const | kind_ |
Definition at line 76 of file heap-refs.cc.
|
inline |
|
inline |
Definition at line 126 of file heap-refs.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 140 of file heap-refs.cc.
|
private |
Definition at line 139 of file heap-refs.cc.