![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <stddef.h>#include <stdint.h>#include <memory>#include <string>#include <utility>#include "cppgc/common.h"#include "v8-array-buffer.h"#include "v8-callbacks.h"#include "v8-data.h"#include "v8-debug.h"#include "v8-embedder-heap.h"#include "v8-exception.h"#include "v8-function-callback.h"#include "v8-internal.h"#include "v8-local-handle.h"#include "v8-microtask.h"#include "v8-persistent-handle.h"#include "v8-primitive.h"#include "v8-statistics.h"#include "v8-unwinder.h"#include "v8config.h"Go to the source code of this file.
Classes | |
| class | v8::ResourceConstraints |
| class | v8::IsolateGroup |
| class | v8::Isolate |
| struct | v8::Isolate::CreateParams |
| class | v8::Isolate::Scope |
| class | v8::Isolate::DisallowJavascriptExecutionScope |
| class | v8::Isolate::AllowJavascriptExecutionScope |
| class | v8::Isolate::SuppressMicrotaskExecutionScope |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::metrics |
Typedefs | |
| using | v8::StackState = cppgc::EmbedderStackState |
Enumerations | |
| enum class | v8::MemoryPressureLevel { v8::kNone , v8::kModerate , v8::kCritical } |
| enum class | v8::ContextDependants { v8::kNoDependants , v8::kSomeDependants } |