mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
src: introduce node::Realm
To distinguish per-context values from the node::Environment, split those values to a new node::Realm structure and consolidate bootstrapping methods with it. PR-URL: https://github.com/nodejs/node/pull/44179 Refs: https://github.com/nodejs/node/issues/42528 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
4
node.gyp
4
node.gyp
@@ -512,6 +512,7 @@
|
||||
'src/node_process_events.cc',
|
||||
'src/node_process_methods.cc',
|
||||
'src/node_process_object.cc',
|
||||
'src/node_realm.cc',
|
||||
'src/node_report.cc',
|
||||
'src/node_report_module.cc',
|
||||
'src/node_report_utils.cc',
|
||||
@@ -570,6 +571,7 @@
|
||||
'src/connection_wrap.h',
|
||||
'src/debug_utils.h',
|
||||
'src/debug_utils-inl.h',
|
||||
'src/env_properties.h',
|
||||
'src/env.h',
|
||||
'src/env-inl.h',
|
||||
'src/handle_wrap.h',
|
||||
@@ -617,6 +619,8 @@
|
||||
'src/node_platform.h',
|
||||
'src/node_process.h',
|
||||
'src/node_process-inl.h',
|
||||
'src/node_realm.h',
|
||||
'src/node_realm-inl.h',
|
||||
'src/node_report.h',
|
||||
'src/node_revert.h',
|
||||
'src/node_root_certs.h',
|
||||
|
||||
Reference in New Issue
Block a user