mirror of https://github.com/nodejs/node.git
tools: replace reference to NodeMainInstance with SnapshotBuilder
Small documentation update from `node::NodeMainInstance::GetEmbeddedSnapshotData` to `node::SnapshotBuilder::GetEmbeddedSnapshotData`. PR-URL: https://github.com/nodejs/node/pull/53544 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This commit is contained in:
parent
f1db8168cd
commit
ad6d00eaf8
|
@ -22,7 +22,7 @@ In the default build of the Node.js executable, to embed a V8 startup snapshot
|
|||
into the Node.js executable, `libnode` is first built with these unresolved
|
||||
symbols:
|
||||
|
||||
- `node::NodeMainInstance::GetEmbeddedSnapshotData`
|
||||
- `node::SnapshotBuilder::GetEmbeddedSnapshotData`
|
||||
|
||||
Then the `node_mksnapshot` executable is built with C++ files in this
|
||||
directory, as well as `src/node_snapshot_stub.cc` which defines the unresolved
|
||||
|
|
Loading…
Reference in New Issue