Skip to content

Commit a4102a0

Browse files
cjihrigtargos
authored andcommittedNov 8, 2019
test: update test-postmortem-metadata.js
The following metadata has changed: - v8dbg_class_UncompiledData__inferred_name__String - Implementation was moved to Torque and required update to gen-postmortem-metadata.py. - Refs: v8/v8@e4e86b5 - v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object - Renamed to v8dbg_class_SharedFunctionInfo__script_or_debug_info__HeapObject - Refs: v8/v8@07fc96c - v8dbg_type_JSRegExp__JS_REGEXP_TYPE - Renamed to v8dbg_type_JSRegExp__JS_REG_EXP_TYPE. - Refs: v8/v8@61815a2 PR-URL: nodejs#30020 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent dda658c commit a4102a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/v8-updates/test-postmortem-metadata.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function getExpectedSymbols() {
102102
'v8dbg_class_UncompiledData__inferred_name__String',
103103
'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__uint16_t',
104104
'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object',
105-
'v8dbg_class_SharedFunctionInfo__script_or_debug_info__Object',
105+
'v8dbg_class_SharedFunctionInfo__script_or_debug_info__HeapObject',
106106
'v8dbg_class_UncompiledData__start_position__int32_t',
107107
'v8dbg_class_SlicedString__offset_offset__int',
108108
'v8dbg_class_SlicedString__parent__String',
@@ -162,7 +162,7 @@ function getExpectedSymbols() {
162162
'v8dbg_type_JSGlobalObject__JS_GLOBAL_OBJECT_TYPE',
163163
'v8dbg_type_JSGlobalProxy__JS_GLOBAL_PROXY_TYPE',
164164
'v8dbg_type_JSObject__JS_OBJECT_TYPE',
165-
'v8dbg_type_JSRegExp__JS_REGEXP_TYPE',
165+
'v8dbg_type_JSRegExp__JS_REG_EXP_TYPE',
166166
'v8dbg_type_JSTypedArray__JS_TYPED_ARRAY_TYPE',
167167
'v8dbg_type_Map__MAP_TYPE',
168168
'v8dbg_type_Oddball__ODDBALL_TYPE',

0 commit comments

Comments
 (0)
Please sign in to comment.