Home
last modified time | relevance | path

Searched defs:WasmError (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-result.h34 WasmError(uint32_t offset, std::string message) in WasmError() function
41 WasmError(uint32_t offset, const char* format, ...) : offset_(offset) { in WasmError() function
Dcompilation-environment.h32 class WasmError; variable