Index: src/snapshot-common.cc |
=================================================================== |
--- src/snapshot-common.cc (revision 11803) |
+++ src/snapshot-common.cc (working copy) |
@@ -60,6 +60,11 @@ |
} |
+bool Snapshot::WeHaveASnapshotToStartFrom() { |
ulan
2012/06/19 09:42:15
Can we avoid "We" in the name? :)
Erik Corry
2012/06/19 10:20:46
Done.
|
+ return size_ != 0; |
+} |
+ |
+ |
Handle<Context> Snapshot::NewContextFromSnapshot() { |
if (context_size_ == 0) { |
return Handle<Context>(); |