File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
# Enable disassembler for `--print-code` v8 options
21
21
'v8_enable_disassembler' : 1 ,
22
22
23
- # Disable support for postmortem debugging, continuously broken.
24
- 'v8_postmortem_support%' : 'false' ,
25
-
26
23
# Don't bake anything extra into the snapshot.
27
24
'v8_use_external_startup_data%' : 0 ,
28
25
29
26
'conditions' : [
30
27
['OS == "win"' , {
31
28
'os_posix' : 0 ,
29
+ 'v8_postmortem_support%' : 'false' ,
32
30
}, {
33
31
'os_posix' : 1 ,
32
+ 'v8_postmortem_support%' : 'true' ,
34
33
}],
35
34
['GENERATOR == "ninja" or OS== "mac"' , {
36
35
'OBJ_DIR' : '<(PRODUCT_DIR)/obj' ,
Original file line number Diff line number Diff line change 91
91
{ 'name' : 'prop_idx_first' ,
92
92
'value' : 'DescriptorArray::kFirstIndex' },
93
93
{ 'name' : 'prop_type_field' ,
94
- 'value' : 'FIELD ' },
94
+ 'value' : 'DATA ' },
95
95
{ 'name' : 'prop_type_mask' ,
96
96
'value' : 'PropertyDetails::TypeField::kMask' },
97
97
{ 'name' : 'prop_index_mask' ,
You can’t perform that action at this time.
0 commit comments