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

Public Member Functions

 CompilationStateCallback (AsyncCompileJob *job)
 
void call (CompilationEvent event) override
 
- Public Member Functions inherited from v8::internal::wasm::CompilationEventCallback
virtual ~CompilationEventCallback ()=default
 
virtual ReleaseAfterFinalEvent release_after_final_event ()
 

Private Attributes

AsyncCompileJobjob_
 

Additional Inherited Members

- Public Types inherited from v8::internal::wasm::CompilationEventCallback
enum  ReleaseAfterFinalEvent : bool { kReleaseAfterFinalEvent = true , kKeepAfterFinalEvent = false }
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CompilationStateCallback()

v8::internal::wasm::AsyncCompileJob::CompilationStateCallback::CompilationStateCallback ( AsyncCompileJob * job)
inlineexplicit

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

Member Function Documentation

◆ call()

void v8::internal::wasm::AsyncCompileJob::CompilationStateCallback::call ( CompilationEvent event)
inlineoverridevirtual

Implements v8::internal::wasm::CompilationEventCallback.

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

Here is the call graph for this function:

Member Data Documentation

◆ job_

AsyncCompileJob* v8::internal::wasm::AsyncCompileJob::CompilationStateCallback::job_
private

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


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