We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b10ab commit aeda0c3Copy full SHA for aeda0c3
tools/snapshot/snapshot_builder.cc
@@ -96,6 +96,7 @@ std::string SnapshotBuilder::Generate(
96
// Must be out of HandleScope
97
StartupData blob =
98
creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kClear);
99
+ CHECK(blob.CanBeRehashed());
100
// Must be done while the snapshot creator isolate is entered i.e. the
101
// creator is still alive.
102
main_instance->Dispose();
0 commit comments