v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
bytecode-array-inl.h File Reference
Include dependency graph for bytecode-array-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

 v8::internal::PROTECTED_POINTER_ACCESSORS (BytecodeArray, handler_table, TrustedByteArray, kHandlerTableOffset) PROTECTED_POINTER_ACCESSORS(BytecodeArray
 
kConstantPoolOffset v8::internal::RELEASE_ACQUIRE_PROTECTED_POINTER_ACCESSORS (BytecodeArray, source_position_table, TrustedByteArray, kSourcePositionTableOffset) uint8_t BytecodeArray
 
 v8::internal::DEF_GETTER (BytecodeArray, SourcePositionTable, Tagged< TrustedByteArray >)
 
 v8::internal::DEF_GETTER (BytecodeArray, raw_constant_pool, Tagged< Object >)
 
 v8::internal::DEF_GETTER (BytecodeArray, raw_handler_table, Tagged< Object >)
 
 v8::internal::DEF_ACQUIRE_GETTER (BytecodeArray, raw_source_position_table, Tagged< Object >)
 
 v8::internal::DEF_GETTER (BytecodeArray, SizeIncludingMetadata, int)
 

Variables

 v8::internal::constant_pool
 
 v8::internal::TrustedFixedArray