![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-subtyping.h>
Public Member Functions | |
TypeInModule (ValueType type, const WasmModule *module) | |
TypeInModule () | |
bool | operator== (const TypeInModule &other) const |
Public Attributes | |
ValueType | type |
const WasmModule * | module |
Definition at line 138 of file wasm-subtyping.h.
|
inline |
Definition at line 142 of file wasm-subtyping.h.
|
inline |
Definition at line 145 of file wasm-subtyping.h.
|
inline |
Definition at line 147 of file wasm-subtyping.h.
const WasmModule* v8::internal::wasm::TypeInModule::module |
Definition at line 140 of file wasm-subtyping.h.
ValueType v8::internal::wasm::TypeInModule::type |
Definition at line 139 of file wasm-subtyping.h.