![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-compiler-definitions.h>
Public Attributes | |
wasm::ValueType | from |
const wasm::ValueType | to |
ExactOrSubtype | exactness {kMayBeSubtype} |
Definition at line 43 of file wasm-compiler-definitions.h.
ExactOrSubtype v8::internal::compiler::WasmTypeCheckConfig::exactness {kMayBeSubtype} |
Definition at line 46 of file wasm-compiler-definitions.h.
wasm::ValueType v8::internal::compiler::WasmTypeCheckConfig::from |
Definition at line 44 of file wasm-compiler-definitions.h.
const wasm::ValueType v8::internal::compiler::WasmTypeCheckConfig::to |
Definition at line 45 of file wasm-compiler-definitions.h.