v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
snapshot.h File Reference
Include dependency graph for snapshot.h:
This graph shows which files directly or indirectly include this file:

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)