v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::wasm::AsyncCompileJob::Fail Class Reference
Inheritance diagram for v8::internal::wasm::AsyncCompileJob::Fail:
Collaboration diagram for v8::internal::wasm::AsyncCompileJob::Fail:

Private Member Functions

void RunInForeground (AsyncCompileJob *job) override
 

Additional Inherited Members

- Public Member Functions inherited from v8::internal::wasm::AsyncCompileJob::CompileStep
virtual ~CompileStep ()=default
 
void Run (AsyncCompileJob *job, bool on_foreground)
 
virtual void RunInBackground (AsyncCompileJob *)
 

Detailed Description

Definition at line 3198 of file module-compiler.cc.

Member Function Documentation

◆ RunInForeground()

void v8::internal::wasm::AsyncCompileJob::Fail::RunInForeground ( AsyncCompileJob * job)
inlineoverrideprivatevirtual

Reimplemented from v8::internal::wasm::AsyncCompileJob::CompileStep.

Definition at line 3200 of file module-compiler.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following file: