File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2020 # Enable disassembler for `--print-code` v8 options
2121 'v8_enable_disassembler' : 1 ,
2222
23- # Disable support for postmortem debugging, continuously broken.
24- 'v8_postmortem_support%' : 'false' ,
25-
2623 # Don't bake anything extra into the snapshot.
2724 'v8_use_external_startup_data%' : 0 ,
2825
2926 'conditions' : [
3027 ['OS == "win"' , {
3128 'os_posix' : 0 ,
29+ 'v8_postmortem_support%' : 'false' ,
3230 }, {
3331 'os_posix' : 1 ,
32+ 'v8_postmortem_support%' : 'true' ,
3433 }],
3534 ['GENERATOR == "ninja" or OS== "mac"' , {
3635 'OBJ_DIR' : '<(PRODUCT_DIR)/obj' ,
Original file line number Diff line number Diff line change 9191 { 'name' : 'prop_idx_first' ,
9292 'value' : 'DescriptorArray::kFirstIndex' },
9393 { 'name' : 'prop_type_field' ,
94- 'value' : 'FIELD ' },
94+ 'value' : 'DATA ' },
9595 { 'name' : 'prop_type_mask' ,
9696 'value' : 'PropertyDetails::TypeField::kMask' },
9797 { 'name' : 'prop_index_mask' ,
You can’t perform that action at this time.
0 commit comments