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

Public Member Functions

virtual ~CompileStep ()=default
 
void Run (AsyncCompileJob *job, bool on_foreground)
 
virtual void RunInForeground (AsyncCompileJob *)
 
virtual void RunInBackground (AsyncCompileJob *)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~CompileStep()

virtual v8::internal::wasm::AsyncCompileJob::CompileStep::~CompileStep ( )
virtualdefault

Member Function Documentation

◆ Run()

void v8::internal::wasm::AsyncCompileJob::CompileStep::Run ( AsyncCompileJob * job,
bool on_foreground )
inline

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

Here is the call graph for this function:

◆ RunInBackground()

virtual void v8::internal::wasm::AsyncCompileJob::CompileStep::RunInBackground ( AsyncCompileJob * )
inlinevirtual

Reimplemented in v8::internal::wasm::AsyncCompileJob::DecodeModule.

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ RunInForeground()

virtual void v8::internal::wasm::AsyncCompileJob::CompileStep::RunInForeground ( AsyncCompileJob * )
inlinevirtual

Reimplemented in v8::internal::wasm::AsyncCompileJob::Fail, v8::internal::wasm::AsyncCompileJob::FinishCompilation, and v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile.

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

Here is the call graph for this function:
Here is the caller graph for this function:

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