| Index: src/snapshot/snapshot.h
|
| diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
|
| index e332967eeebd37403688e8fd69444ad2ff57fcd2..a541592feeea8061670ce21e1964a2244f49c7d0 100644
|
| --- a/src/snapshot/snapshot.h
|
| +++ b/src/snapshot/snapshot.h
|
| @@ -63,6 +63,8 @@ class Snapshot : public AllStatic {
|
|
|
| static bool HaveASnapshotToStartFrom(Isolate* isolate);
|
|
|
| + static bool HasContextSnapshot(Isolate* isolate, size_t index);
|
| +
|
| static bool EmbedsScript(Isolate* isolate);
|
|
|
| static uint32_t SizeOfFirstPage(Isolate* isolate, AllocationSpace space);
|
|
|