Skip to content

Commit

Permalink
tools: update V8 gypfiles for 9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 5, 2021
1 parent 5f034db commit 4b5fd9a
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 @@ -224,6 +224,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 @@ -388,6 +390,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 4b5fd9a

Please sign in to comment.