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 a286b91 commit eb99a86Copy full SHA for eb99a86
src/node.h
@@ -505,8 +505,8 @@ struct IsolateSettings {
505
// feature during the build step by passing the --disable-shared-readonly-heap
506
// flag to the configure script.
507
//
508
-// The snapshot *must* be kept alive during the execution of the environment /
509
-// isolate that it is derived from.
+// The snapshot *must* be kept alive during the execution of the Isolate
+// that was created using it.
510
511
// Snapshots are an *experimental* feature. In particular, the embedder API
512
// exposed through this class is subject to change or removal between Node.js
0 commit comments