v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::OptimizingCompileTaskState Struct Reference

#include <optimizing-compile-dispatcher.h>

Collaboration diagram for v8::internal::OptimizingCompileTaskState:

Public Attributes

Isolateisolate
 
TurbofanCompilationJobjob
 

Detailed Description

Definition at line 29 of file optimizing-compile-dispatcher.h.

Member Data Documentation

◆ isolate

Isolate* v8::internal::OptimizingCompileTaskState::isolate

Definition at line 30 of file optimizing-compile-dispatcher.h.

◆ job

TurbofanCompilationJob* v8::internal::OptimizingCompileTaskState::job

Definition at line 31 of file optimizing-compile-dispatcher.h.


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