Searched refs:DecodeFail (Results 1 – 2 of 2) sorted by relevance
152 class DecodeFail; // Step 1b (sync) variable
2540 job->DoSync<DecodeFail>(std::move(result).error()); in RunInBackground()2561 class AsyncCompileJob::DecodeFail : public CompileStep { class in v8::internal::wasm::AsyncCompileJob2563 explicit DecodeFail(WasmError error) : error_(std::move(error)) {} in DecodeFail() function in v8::internal::wasm::AsyncCompileJob::DecodeFail2744 job_->DoSync<AsyncCompileJob::DecodeFail, in FinishAsyncCompileJobWithError()2752 job_->DoSync<AsyncCompileJob::DecodeFail>(error); in FinishAsyncCompileJobWithError()