![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-deopt-data.h>
Public Attributes | |
uint32_t | wire_bytes_offset = 0 |
uint32_t | pc_offset = 0 |
std::vector< LiftoffVarState > | var_state = {} |
Register | trusted_instance = no_reg |
int | total_frame_size = 0 |
Definition at line 97 of file wasm-deopt-data.h.
uint32_t v8::internal::wasm::LiftoffFrameDescriptionForDeopt::pc_offset = 0 |
Definition at line 99 of file wasm-deopt-data.h.
int v8::internal::wasm::LiftoffFrameDescriptionForDeopt::total_frame_size = 0 |
Definition at line 107 of file wasm-deopt-data.h.
Definition at line 106 of file wasm-deopt-data.h.
std::vector<LiftoffVarState> v8::internal::wasm::LiftoffFrameDescriptionForDeopt::var_state = {} |
Definition at line 103 of file wasm-deopt-data.h.
uint32_t v8::internal::wasm::LiftoffFrameDescriptionForDeopt::wire_bytes_offset = 0 |
Definition at line 98 of file wasm-deopt-data.h.