Skip to content

Commit afb4fe4

Browse files
authored
fixup! src: document the Node.js context emebdder data
1 parent 02c7da8 commit afb4fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_context_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace node {
6969
* new worker_threads.Worker(), it gets its own OS thread, its
7070
* own node::Environment, its own v8::Isolate and its own v8::Context.
7171
* The corresponding data structure is node::Worker and the Environment
72-
* is created in node::NodeMainInstance::Run().
72+
* is created in node::Worker::Run().
7373
* Its context snapshot in the built-in V8 startup snapshot is stored at
7474
* node::SnapshotData::kNodeBaseContextIndex.
7575
* 4. Contextified vm context: When a contextified context is created via

0 commit comments

Comments
 (0)