File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
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' ,],
You can’t perform that action at this time.
0 commit comments