![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/compiler-dispatcher/lazy-compile-dispatcher.h"#include <atomic>#include "include/v8-platform.h"#include "src/base/platform/mutex.h"#include "src/base/platform/time.h"#include "src/codegen/compiler.h"#include "src/common/globals.h"#include "src/execution/isolate.h"#include "src/flags/flags.h"#include "src/heap/parked-scope.h"#include "src/logging/counters.h"#include "src/logging/runtime-call-stats-scope.h"#include "src/objects/instance-type.h"#include "src/objects/objects-inl.h"#include "src/parsing/parse-info.h"#include "src/parsing/scanner.h"#include "src/tasks/cancelable-task.h"#include "src/tasks/task-utils.h"#include "src/zone/zone-list-inl.h"Go to the source code of this file.
Classes | |
| class | v8::internal::LazyCompileDispatcher::JobTask |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Variables | |
| static constexpr int | v8::internal::kMaxOpportunisticFinalizeTimeMs = 1 |