![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
| CompileTask (AsyncCompileJob *job, bool on_foreground) | |
| ~CompileTask () override | |
| void | RunInternal () final |
| void | Cancel () |
Public Member Functions inherited from v8::internal::CancelableTask | |
| CancelableTask (Isolate *isolate) | |
| CancelableTask (CancelableTaskManager *manager) | |
| CancelableTask (const CancelableTask &)=delete | |
| CancelableTask & | operator= (const CancelableTask &)=delete |
| void | Run () final |
Public Member Functions inherited from v8::internal::Cancelable | |
| Cancelable (CancelableTaskManager *parent) | |
| virtual | ~Cancelable () |
| Cancelable (const Cancelable &)=delete | |
| Cancelable & | operator= (const Cancelable &)=delete |
| CancelableTaskManager::Id | id () |
Private Member Functions | |
| void | ResetPendingForegroundTask () const |
Private Attributes | |
| AsyncCompileJob * | job_ |
| bool | on_foreground_ |
Additional Inherited Members | |
Protected Types inherited from v8::internal::Cancelable | |
| enum | Status { kWaiting , kCanceled , kRunning } |
Protected Member Functions inherited from v8::internal::Cancelable | |
| bool | TryRun (Status *previous=nullptr) |
Definition at line 2928 of file module-compiler.cc.
|
inline |
Definition at line 2930 of file module-compiler.cc.
|
inlineoverride |
|
inline |
|
inlineprivate |
|
inlinefinalvirtual |
Implements v8::internal::CancelableTask.
Definition at line 2944 of file module-compiler.cc.
|
private |
Definition at line 2960 of file module-compiler.cc.
|
private |
Definition at line 2961 of file module-compiler.cc.