![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <optional>
#include "src/base/macros.h"
#include "src/execution/mutex-guard-if-off-thread.h"
#include "src/execution/thread-id.h"
#include "src/handles/handles.h"
#include "src/handles/local-handles.h"
#include "src/handles/maybe-handles.h"
#include "src/heap/local-factory.h"
#include "src/heap/local-heap.h"
#include "src/logging/runtime-call-stats.h"
Go to the source code of this file.
Classes | |
class | v8::internal::HiddenLocalFactory |
class | v8::internal::LocalIsolate |
class | v8::internal::MutexGuardIfOffThread< LocalIsolate > |
Namespaces | |
namespace | v8 |
namespace | v8::bigint |
namespace | v8::internal |