| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 718ad10 commit 267a84f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,9 +123,6 @@ | |||
| 123 | 123 | 'v8_enable_pointer_compression%': 0, | |
| 124 | 124 | 'v8_enable_31bit_smis_on_64bit_arch%': 0, | |
| 125 | 125 | ||
| 126 | - # Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS). | ||
| 127 | - 'v8_enable_reverse_jsargs%': 0, | ||
| 128 | - | ||
| 129 | 126 | # Sets -dOBJECT_PRINT. | |
| 130 | 127 | 'v8_enable_object_print%': 0, | |
| 131 | 128 | ||
@@ -308,9 +305,6 @@ | |||
| 308 | 305 | },{ | |
| 309 | 306 | 'defines!': ['V8_IMMINENT_DEPRECATION_WARNINGS',], | |
| 310 | 307 | }], | |
| 311 | - ['v8_enable_reverse_jsargs==1', { | ||
| 312 | - 'defines': ['V8_REVERSE_JSARGS',], | ||
| 313 | - }], | ||
| 314 | 308 | ['v8_enable_i18n_support==1', { | |
| 315 | 309 | 'defines': ['V8_INTL_SUPPORT',], | |
| 316 | 310 | }], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments