Skip to content

Commit c470efb

Browse files
Matheus Marchinitargos
Matheus Marchini
authored andcommitted
test: update postmortem metadata test
This commit updates the following postmortem metadata constant: - v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__int - Renamed: v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__uint16_t - V8 commit: v8/v8@53d4dfc Fixes: #64
1 parent 18ca0e5 commit c470efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function getExpectedSymbols() {
9797
'v8dbg_class_SharedFunctionInfo__flags__int',
9898
'v8dbg_class_SharedFunctionInfo__end_position__int',
9999
'v8dbg_class_SharedFunctionInfo__function_identifier__Object',
100-
'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__int',
100+
'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__uint16_t',
101101
'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object',
102102
'v8dbg_class_SharedFunctionInfo__script__Object',
103103
'v8dbg_class_SharedFunctionInfo__start_position_and_type__int',

0 commit comments

Comments
 (0)