We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23e345 commit 1ad4409Copy full SHA for 1ad4409
tools/v8_gypfiles/features.gypi
@@ -234,6 +234,8 @@
234
# Enable global allocation site tracking.
235
'v8_allocation_site_tracking%': 1,
236
237
+ 'v8_scriptormodule_legacy_lifetime%': 1,
238
+
239
# Variables from v8.gni
240
241
# Enable ECMAScript Internationalization API. Enabling this feature will
@@ -404,6 +406,9 @@
404
406
['v8_allocation_site_tracking==1', {
405
407
'defines': ['V8_ALLOCATION_SITE_TRACKING',],
408
}],
409
+ ['v8_scriptormodule_legacy_lifetime==1', {
410
+ 'defines': ['V8_SCRIPTORMODULE_LEGACY_LIFETIME',],
411
+ }],
412
['v8_advanced_bigint_algorithms==1', {
413
'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',],
414
0 commit comments