Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.h138 class DecodeFail; // Step 1b (sync) variable
Dmodule-compiler.cc2224 class AsyncCompileJob::DecodeFail : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2226 explicit DecodeFail(WasmError error) : error_(std::move(error)) {} in DecodeFail() function in v8::internal::wasm::AsyncCompileJob::DecodeFail