Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-result.h30 WasmError(uint32_t offset, std::string message) in WasmError() function
37 WasmError(uint32_t offset, const char* format, ...) : offset_(offset) { in WasmError() function
Dcompilation-environment.h27 class WasmError; variable