V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::Snapshot Class Reference
Inheritance diagram for v8::internal::Snapshot:
v8::internal::AllStatic

Static Public Member Functions

static bool Initialize (Isolate *isolate)
 
static MaybeHandle< ContextNewContextFromSnapshot (Isolate *isolate, Handle< JSGlobalProxy > global_proxy, size_t context_index, v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer)
 
static bool HasContextSnapshot (Isolate *isolate, size_t index)
 
static bool EmbedsScript (Isolate *isolate)
 
static const v8::StartupData * DefaultSnapshotBlob ()
 
static bool VerifyChecksum (const v8::StartupData *data)
 
static v8::StartupData CreateSnapshotBlob (const SnapshotData *startup_snapshot, const SnapshotData *read_only_snapshot, const std::vector< SnapshotData *> &context_snapshots, bool can_be_rehashed)
 

Detailed Description

Definition at line 53 of file snapshot.h.


The documentation for this class was generated from the following files: