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: 53d4dfc377
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
19984ad7bb
commit
e865acd4db
@ -97,7 +97,7 @@ function getExpectedSymbols() {
|
||||
'v8dbg_class_SharedFunctionInfo__flags__int',
|
||||
'v8dbg_class_SharedFunctionInfo__end_position__int',
|
||||
'v8dbg_class_SharedFunctionInfo__function_identifier__Object',
|
||||
'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__int',
|
||||
'v8dbg_class_SharedFunctionInfo__internal_formal_parameter_count__uint16_t',
|
||||
'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object',
|
||||
'v8dbg_class_SharedFunctionInfo__script__Object',
|
||||
'v8dbg_class_SharedFunctionInfo__start_position_and_type__int',
|
||||
|
Loading…
x
Reference in New Issue
Block a user