Lines Matching refs:error
6 #error This header should only be included if WebAssembly is enabled.
133 // Decoder error with explicit PC and format arguments.
147 // Decoder error with explicit PC and no format arguments.
155 decoder->error(pc, str);
159 // Decoder error without explicit PC, but with format arguments.
172 // Decoder error without explicit PC and without format arguments.
180 decoder->error(str);
256 // Registers an error for an invalid type only if {validate} is not
2282 TRACE("wasm-error module+%-6d func+%d: %s\n\n", this->error_.offset(),
2286 TRACE("wasm-error: %s\n\n", this->error_.message().c_str());
2598 this->error("rethrow not targeting catch or catch-all");
2699 this->error("catch-all already present for try");
3340 "tail call type error");
5305 this->DecodeError("type error in %s[%u] (expected %s, got %s)",
5377 this->DecodeError("type error in merge[%u] (expected %s, got %s)", i,
5412 // Cannot use CALL_INTERFACE_* macros because we emitted an error.