summaryrefslogtreecommitdiff
path: root/test/v8-updates/test-postmortem-metadata.js
diff options
context:
space:
mode:
authorMatheus Marchini <matheus@sthima.com>2018-06-05 08:16:56 -0700
committerMichaƫl Zasso <targos@protonmail.com>2018-09-07 21:07:56 +0200
commite865acd4dbfc516f96ed9b6e4b35660fc128b5b2 (patch)
tree0cdcc99e2a0a87d3290ddf07d2358a60dc1aff4a /test/v8-updates/test-postmortem-metadata.js
parent19984ad7bb96b300037c90059d231e4b6cba5bd1 (diff)
downloadandroid-node-v8-e865acd4dbfc516f96ed9b6e4b35660fc128b5b2.tar.gz
android-node-v8-e865acd4dbfc516f96ed9b6e4b35660fc128b5b2.tar.bz2
android-node-v8-e865acd4dbfc516f96ed9b6e4b35660fc128b5b2.zip
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: https://github.com/v8/v8/commit/53d4dfc3771dda011ba95d0f825fabb83219ff51 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>
Diffstat (limited to 'test/v8-updates/test-postmortem-metadata.js')
-rw-r--r--test/v8-updates/test-postmortem-metadata.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js
index 2efaf16135..f9fcc65a68 100644
--- a/test/v8-updates/test-postmortem-metadata.js
+++ b/test/v8-updates/test-postmortem-metadata.js
@@ -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',