![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-refs.h>
Public Member Functions | |
| IndirectHandle< RegExpBoilerplateDescription > | object () const |
| HeapObjectRef | data (JSHeapBroker *broker) const |
| StringRef | source (JSHeapBroker *broker) const |
| int | flags () const |
Public Member Functions inherited from v8::internal::compiler::HeapObjectRef | |
| 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 677 of file heap-refs.h.
| HeapObjectRef v8::internal::compiler::RegExpBoilerplateDescriptionRef::data | ( | JSHeapBroker * | broker | ) | const |
| int v8::internal::compiler::RegExpBoilerplateDescriptionRef::flags | ( | ) | const |
| IndirectHandle< RegExpBoilerplateDescription > v8::internal::compiler::RegExpBoilerplateDescriptionRef::object | ( | ) | const |
| StringRef v8::internal::compiler::RegExpBoilerplateDescriptionRef::source | ( | JSHeapBroker * | broker | ) | const |