Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2021-05-13 19:58:19 +0300
committerJoyee Cheung <joyeec9h3@gmail.com>2021-05-19 20:16:00 +0300
commit527da94a3e39c95c3acbc599772d45d57ce3b1fd (patch)
treed0cfced15d9abbd12815de46d6ac527cf6e17c7b /src/node_external_reference.h
parent5d7b6c249740824035aa779bceb20b738ae587fd (diff)
bootstrap: include vm and contextify binding into the snapshot
In addition, defer the patching of the vm module based on the value of --experimental-vm-modules to runtime. PR-URL: https://github.com/nodejs/node/pull/38677 Refs: https://github.com/nodejs/node/issues/35711 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Diffstat (limited to 'src/node_external_reference.h')
-rw-r--r--src/node_external_reference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_external_reference.h b/src/node_external_reference.h
index 316d1d7b865..5f64870178f 100644
--- a/src/node_external_reference.h
+++ b/src/node_external_reference.h
@@ -50,6 +50,7 @@ class ExternalReferenceRegistry {
V(async_wrap) \
V(binding) \
V(buffer) \
+ V(contextify) \
V(credentials) \
V(env_var) \
V(errors) \