test: update postmortem metadata test for V8 7.3 · nodejs/node@01b112a (original) (raw)
`@@ -84,7 +84,7 @@ function getExpectedSymbols() {
`
84
84
`'v8dbg_class_Map__constructor_or_backpointer__Object',
`
85
85
`'v8dbg_class_Map__inobject_properties_start_or_constructor_function_index__char',
`
86
86
`'v8dbg_class_Map__instance_type__uint16_t',
`
87
``
`-
'v8dbg_class_Map__instance_descriptors__DescriptorArray',
`
``
87
`+
'v8dbg_class_Map__raw_instance_descriptors__DescriptorArray',
`
88
88
`'v8dbg_class_Map__instance_size_in_words__char',
`
89
89
`'v8dbg_class_Oddball__kind_offset__int',
`
90
90
`'v8dbg_class_Script__line_ends__Object',
`
`@@ -116,8 +116,8 @@ function getExpectedSymbols() {
`
116
116
`'v8dbg_frametype_InternalFrame',
`
117
117
`'v8dbg_frametype_OptimizedFrame',
`
118
118
`'v8dbg_frametype_StubFrame',
`
119
``
`-
'v8dbg_jsarray_buffer_was_neutered_mask',
`
120
``
`-
'v8dbg_jsarray_buffer_was_neutered_shift',
`
``
119
`+
'v8dbg_jsarray_buffer_was_detached_mask',
`
``
120
`+
'v8dbg_jsarray_buffer_was_detached_shift',
`
121
121
`'v8dbg_namedictionary_prefix_start_index',
`
122
122
`'v8dbg_namedictionaryshape_entry_size',
`
123
123
`'v8dbg_namedictionaryshape_prefix_size',
`
`@@ -134,7 +134,6 @@ function getExpectedSymbols() {
`
134
134
`'v8dbg_prop_desc_key',
`
135
135
`'v8dbg_prop_desc_size',
`
136
136
`'v8dbg_prop_desc_value',
`
137
``
`-
'v8dbg_prop_idx_first',
`
138
137
`'v8dbg_prop_index_mask',
`
139
138
`'v8dbg_prop_index_shift',
`
140
139
`'v8dbg_prop_kind_mask',
`