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 558f834 commit b6e41f0Copy full SHA for b6e41f0
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