Skip to content

Commit

Permalink
tools: update V8 gypfiles for 9.7
Browse files Browse the repository at this point in the history
PR-URL: #40907
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
targos committed Jan 20, 2022
1 parent e23e345 commit 1ad4409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/v8_gypfiles/features.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',],
}],
Expand Down

0 comments on commit 1ad4409

Please sign in to comment.