![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-refs.h>
Public Member Functions | |
IndirectHandle< FixedArray > | object () const |
OptionalObjectRef | TryGet (JSHeapBroker *broker, int i) const |
![]() | |
IndirectHandle< FixedArrayBase > | object () const |
uint32_t | length () const |
![]() | |
IndirectHandle< HeapObject > | object () const |
V8_EXPORT_PRIVATE MapRef | map (JSHeapBroker *broker) const |
OptionalMapRef | map_direct_read (JSHeapBroker *broker) const |
HeapObjectType | GetHeapObjectType (JSHeapBroker *broker) const |
Definition at line 994 of file heap-refs.h.
IndirectHandle< FixedArray > v8::internal::compiler::FixedArrayRef::object | ( | ) | const |
OptionalObjectRef v8::internal::compiler::FixedArrayRef::TryGet | ( | JSHeapBroker * | broker, |
int | i ) const |
Definition at line 1491 of file heap-refs.cc.