#include <compiler.h>
Definition at line 289 of file compiler.h.
◆ State
Enumerator |
---|
kReadyToPrepare | |
kReadyToExecute | |
kReadyToFinalize | |
kSucceeded | |
kFailed | |
Definition at line 292 of file compiler.h.
◆ Status
Enumerator |
---|
SUCCEEDED | |
FAILED | |
RETRY_ON_MAIN_THREAD | |
Definition at line 291 of file compiler.h.
◆ CompilationJob()
v8::internal::CompilationJob::CompilationJob |
( |
State | initial_state | ) |
|
|
inlineexplicit |
◆ ~CompilationJob()
virtual v8::internal::CompilationJob::~CompilationJob |
( |
| ) |
|
|
virtualdefault |
◆ state()
State v8::internal::CompilationJob::state |
( |
| ) |
const |
|
inline |
◆ UpdateState()
◆ state_
State v8::internal::CompilationJob::state_ |
|
private |
The documentation for this class was generated from the following file: