| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -234,6 +234,8 @@ | |||
| 234 | 234 | # Enable global allocation site tracking. | |
| 235 | 235 | 'v8_allocation_site_tracking%': 1, | |
| 236 | 236 | ||
| 237 | + 'v8_scriptormodule_legacy_lifetime%': 1, | ||
| 238 | + | ||
| 237 | 239 | # Variables from v8.gni | |
| 238 | 240 | ||
| 239 | 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',], | |
| 406 | 408 | }], | |
| 409 | + ['v8_scriptormodule_legacy_lifetime==1', { | ||
| 410 | + 'defines': ['V8_SCRIPTORMODULE_LEGACY_LIFETIME',], | ||
| 411 | + }], | ||
| 407 | 412 | ['v8_advanced_bigint_algorithms==1', { | |
| 408 | 413 | 'defines': ['V8_ADVANCED_BIGINT_ALGORITHMS',], | |
| 409 | 414 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments