![]() |
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 | entry_count = 0 |
uint32_t | translation_array_size = 0 |
uint32_t | deopt_literals_size = 0 |
int | deopt_exit_start_offset = 0 |
int | eager_deopt_count = 0 |
Definition at line 24 of file wasm-deopt-data.h.
int v8::internal::wasm::WasmDeoptData::deopt_exit_start_offset = 0 |
Definition at line 30 of file wasm-deopt-data.h.
uint32_t v8::internal::wasm::WasmDeoptData::deopt_literals_size = 0 |
Definition at line 27 of file wasm-deopt-data.h.
int v8::internal::wasm::WasmDeoptData::eager_deopt_count = 0 |
Definition at line 32 of file wasm-deopt-data.h.
uint32_t v8::internal::wasm::WasmDeoptData::entry_count = 0 |
Definition at line 25 of file wasm-deopt-data.h.
uint32_t v8::internal::wasm::WasmDeoptData::translation_array_size = 0 |
Definition at line 26 of file wasm-deopt-data.h.