Skip to content

Commit 1ad4409

Browse files
committed
tools: update V8 gypfiles for 9.7
PR-URL: #40907 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent e23e345 commit 1ad4409

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/v8_gypfiles/features.gypi

+5
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@
234234
# Enable global allocation site tracking.
235235
'v8_allocation_site_tracking%': 1,
236236

237+
'v8_scriptormodule_legacy_lifetime%': 1,
238+
237239
# Variables from v8.gni
238240

239241
# Enable ECMAScript Internationalization API. Enabling this feature will
@@ -404,6 +406,9 @@
404406
['v8_allocation_site_tracking==1', {
405407
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
406408
}],
409+
['v8_scriptormodule_legacy_lifetime==1', {
410+
'defines': ['V8_SCRIPTORMODULE_LEGACY_LIFETIME',],
411+
}],
407412
['v8_advanced_bigint_algorithms==1', {
408413
'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
409414
}],

0 commit comments

Comments
 (0)