Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h152 class DecodeFail; // Step 1b (sync) variable
Dmodule-compiler.cc2561 class AsyncCompileJob::DecodeFail : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2563 explicit DecodeFail(WasmError error) : error_(std::move(error)) {} in DecodeFail() function in v8::internal::wasm::AsyncCompileJob::DecodeFail