![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <vector>#include "include/v8-array-buffer.h"#include "include/v8-snapshot.h"#include "src/common/assert-scope.h"#include "src/common/globals.h"#include "src/snapshot/serializer-deserializer.h"Go to the source code of this file.
Classes | |
| class | v8::internal::Snapshot |
| class | v8::internal::SnapshotCreatorImpl |
| struct | v8::internal::SnapshotCreatorImpl::SerializableContext |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| v8::StartupData | v8::internal::CreateSnapshotDataBlobInternal (v8::SnapshotCreator::FunctionCodeHandling function_code_handling, const char *embedded_source, Snapshot::SerializerFlags serializer_flags) |
| v8::StartupData | v8::internal::CreateSnapshotDataBlobInternal (v8::SnapshotCreator::FunctionCodeHandling function_code_handling, const char *embedded_source, SnapshotCreator &snapshot_creator, Snapshot::SerializerFlags serializer_flags) |
| v8::StartupData | v8::internal::CreateSnapshotDataBlobInternalForInspectorTest (v8::SnapshotCreator::FunctionCodeHandling function_code_handling, const char *embedded_source) |
| v8::StartupData | v8::internal::WarmUpSnapshotDataBlobInternal (v8::StartupData cold_snapshot_blob, const char *warmup_source) |