We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833d3d5 commit 9085412Copy full SHA for 9085412
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