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

Public Member Functions

 FinishCompilation (std::shared_ptr< NativeModule > cached_native_module)
 
- Public Member Functions inherited from v8::internal::wasm::AsyncCompileJob::CompileStep
virtual ~CompileStep ()=default
 
void Run (AsyncCompileJob *job, bool on_foreground)
 
virtual void RunInBackground (AsyncCompileJob *)
 

Private Member Functions

void RunInForeground (AsyncCompileJob *job) override
 

Private Attributes

std::shared_ptr< NativeModulecached_native_module_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FinishCompilation()

v8::internal::wasm::AsyncCompileJob::FinishCompilation::FinishCompilation ( std::shared_ptr< NativeModule > cached_native_module)
inlineexplicit

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

Member Function Documentation

◆ RunInForeground()

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

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

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

Here is the call graph for this function:

Member Data Documentation

◆ cached_native_module_

std::shared_ptr<NativeModule> v8::internal::wasm::AsyncCompileJob::FinishCompilation::cached_native_module_
private

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


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