![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Member Functions | |
WasmFunctionName (int func_index, WasmName name) | |
Public Attributes | |
const int | func_index_ |
const WasmName | name_ |
Definition at line 1069 of file wasm-module.h.
|
inline |
Definition at line 1070 of file wasm-module.h.
const int v8::internal::wasm::WasmFunctionName::func_index_ |
Definition at line 1073 of file wasm-module.h.
const WasmName v8::internal::wasm::WasmFunctionName::name_ |
Definition at line 1074 of file wasm-module.h.