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 02c7da8 commit afb4fe4Copy full SHA for afb4fe4
src/node_context_data.h
@@ -69,7 +69,7 @@ namespace node {
69
* new worker_threads.Worker(), it gets its own OS thread, its
70
* own node::Environment, its own v8::Isolate and its own v8::Context.
71
* The corresponding data structure is node::Worker and the Environment
72
- * is created in node::NodeMainInstance::Run().
+ * is created in node::Worker::Run().
73
* Its context snapshot in the built-in V8 startup snapshot is stored at
74
* node::SnapshotData::kNodeBaseContextIndex.
75
* 4. Contextified vm context: When a contextified context is created via
0 commit comments