summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-04-10 16:31:52 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-04-13 17:53:25 +0800
commit3da36d0e94987dc6594fdffc3678d3f970cdac75 (patch)
tree78aea15a41bd5da3861bf1b58b0cd891a8b0fd71 /node.gyp
parentdfd7e994258a36f3941c74295a8c037cb4850418 (diff)
downloadandroid-node-v8-3da36d0e94987dc6594fdffc3678d3f970cdac75.tar.gz
android-node-v8-3da36d0e94987dc6594fdffc3678d3f970cdac75.tar.bz2
android-node-v8-3da36d0e94987dc6594fdffc3678d3f970cdac75.zip
lib: create primordials in every context
This allows us to use primordials in other per-context scripts. PR-URL: https://github.com/nodejs/node/pull/27171 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 9088c4ce96..f23fd42908 100644
--- a/node.gyp
+++ b/node.gyp
@@ -26,11 +26,11 @@
'node_lib_target_name%': 'node_lib',
'node_intermediate_lib_type%': 'static_library',
'library_files': [
- 'lib/internal/bootstrap/primordials.js',
'lib/internal/bootstrap/environment.js',
'lib/internal/bootstrap/loaders.js',
'lib/internal/bootstrap/node.js',
'lib/internal/bootstrap/pre_execution.js',
+ 'lib/internal/per_context/primordials.js',
'lib/internal/per_context/setup.js',
'lib/internal/per_context/domexception.js',
'lib/async_hooks.js',