summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-11-05 10:36:48 +0100
committerMichaël Zasso <targos@protonmail.com>2022-01-20 10:40:28 +0100
commit1ad44094a2bfde34f36813b7a3b59948096a98a9 (patch)
tree6f3969ba99d35c0f85a26f684188f5e8edc12c72
parente23e345b6c6b66c7fac5c76741bbfef722953e3a (diff)
downloadnode-new-1ad44094a2bfde34f36813b7a3b59948096a98a9.tar.gz
tools: update V8 gypfiles for 9.7
PR-URL: https://github.com/nodejs/node/pull/40907 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
-rw-r--r--tools/v8_gypfiles/features.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/v8_gypfiles/features.gypi b/tools/v8_gypfiles/features.gypi
index f1f4e27d6f..95c39c27ee 100644
--- a/tools/v8_gypfiles/features.gypi
+++ b/tools/v8_gypfiles/features.gypi
@@ -234,6 +234,8 @@
# Enable global allocation site tracking.
'v8_allocation_site_tracking%': 1,
+ 'v8_scriptormodule_legacy_lifetime%': 1,
+
# Variables from v8.gni
# Enable ECMAScript Internationalization API. Enabling this feature will
@@ -404,6 +406,9 @@
['v8_allocation_site_tracking==1', {
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
}],
+ ['v8_scriptormodule_legacy_lifetime==1', {
+ 'defines': ['V8_SCRIPTORMODULE_LEGACY_LIFETIME',],
+ }],
['v8_advanced_bigint_algorithms==1', {
'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
}],