![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <module-decoder.h>
Public Attributes | |
int | start_offset |
int | end_offset |
std::vector< AsmJsOffsetEntry > | entries |
Definition at line 49 of file module-decoder.h.
int v8::internal::wasm::AsmJsOffsetFunctionEntries::end_offset |
Definition at line 51 of file module-decoder.h.
std::vector<AsmJsOffsetEntry> v8::internal::wasm::AsmJsOffsetFunctionEntries::entries |
Definition at line 52 of file module-decoder.h.
int v8::internal::wasm::AsmJsOffsetFunctionEntries::start_offset |
Definition at line 50 of file module-decoder.h.