![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-refs.h>
Public Member Functions | |
| IndirectHandle< BytecodeArray > | object () const |
| int | length () const |
| int | register_count () const |
| uint16_t | parameter_count () const |
| uint16_t | parameter_count_without_receiver () const |
| uint16_t | max_arguments () const |
| interpreter::Register | incoming_new_target_or_generator_register () const |
| IndirectHandle< TrustedByteArray > | SourcePositionTable (JSHeapBroker *broker) const |
| Address | handler_table_address () const |
| int | handler_table_size () 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 1015 of file heap-refs.h.
| Address v8::internal::compiler::BytecodeArrayRef::handler_table_address | ( | ) | const |
| int v8::internal::compiler::BytecodeArrayRef::handler_table_size | ( | ) | const |
| interpreter::Register v8::internal::compiler::BytecodeArrayRef::incoming_new_target_or_generator_register | ( | ) | const |
Definition at line 1597 of file heap-refs.cc.
| int v8::internal::compiler::BytecodeArrayRef::length | ( | ) | const |
Definition at line 1583 of file heap-refs.cc.
| uint16_t v8::internal::compiler::BytecodeArrayRef::max_arguments | ( | ) | const |
| IndirectHandle< BytecodeArray > v8::internal::compiler::BytecodeArrayRef::object | ( | ) | const |
| uint16_t v8::internal::compiler::BytecodeArrayRef::parameter_count | ( | ) | const |
Definition at line 1587 of file heap-refs.cc.
| uint16_t v8::internal::compiler::BytecodeArrayRef::parameter_count_without_receiver | ( | ) | const |
Definition at line 1590 of file heap-refs.cc.
| int v8::internal::compiler::BytecodeArrayRef::register_count | ( | ) | const |
Definition at line 1584 of file heap-refs.cc.
| IndirectHandle< TrustedByteArray > v8::internal::compiler::BytecodeArrayRef::SourcePositionTable | ( | JSHeapBroker * | broker | ) | const |
Definition at line 1513 of file heap-refs.cc.