![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-interpreter.h>
Public Member Functions | |
constexpr ValueKind | kind () const |
Public Attributes | |
ValueType | value_type |
uint32_t | slot_offset |
uint32_t | ref_stack_index |
Definition at line 1165 of file wasm-interpreter.h.
|
inlineconstexpr |
uint32_t v8::internal::wasm::Slot::ref_stack_index |
Definition at line 1168 of file wasm-interpreter.h.
uint32_t v8::internal::wasm::Slot::slot_offset |
Definition at line 1167 of file wasm-interpreter.h.
ValueType v8::internal::wasm::Slot::value_type |
Definition at line 1166 of file wasm-interpreter.h.