| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9f5acfa commit cf028df
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -356,7 +356,10 @@ | |||
| 356 | 356 | ], | |
| 357 | 357 | }], | |
| 358 | 358 | ['v8_enable_pointer_compression == 1', { | |
| 359 | - 'defines': ['V8_COMPRESS_POINTERS'], | ||
| 359 | + 'defines': [ | ||
| 360 | + 'V8_COMPRESS_POINTERS', | ||
| 361 | + 'V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE', | ||
| 362 | + ], | ||
| 360 | 363 | }], | |
| 361 | 364 | ['v8_enable_pointer_compression == 1 or v8_enable_31bit_smis_on_64bit_arch == 1', { | |
| 362 | 365 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -261,7 +261,10 @@ | |||
| 261 | 261 | 'defines': ['ENABLE_MINOR_MC',], | |
| 262 | 262 | }], | |
| 263 | 263 | ['v8_enable_pointer_compression==1', { | |
| 264 | - 'defines': ['V8_COMPRESS_POINTERS',], | ||
| 264 | + 'defines': [ | ||
| 265 | + 'V8_COMPRESS_POINTERS', | ||
| 266 | + 'V8_COMPRESS_POINTERS_IN_ISOLATE_CAGE', | ||
| 267 | + ], | ||
| 265 | 268 | }], | |
| 266 | 269 | ['v8_enable_pointer_compression==1 or v8_enable_31bit_smis_on_64bit_arch==1', { | |
| 267 | 270 | 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments