Skip to content

Commit e865acd

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 PR-URL: #21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 19984ad commit e865acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)