summaryrefslogtreecommitdiff
path: root/test/v8-updates
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-10-14 20:25:15 -0400
committerMatheus Marchini <mmarchini@netflix.com>2020-03-18 16:23:32 -0700
commit17a6def4e83a39925a6b9f47080a212c99226721 (patch)
tree4b9663c4fc0330ddd278189296baf1af8e869998 /test/v8-updates
parent405ae1909b9dd7c4e82d1f8b4926b21f8e591172 (diff)
downloadnode-new-17a6def4e83a39925a6b9f47080a212c99226721.tar.gz
deps: update V8 dtrace & postmortem metadata
PR-URL: https://github.com/nodejs/node/pull/32116 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/v8-updates')
-rw-r--r--test/v8-updates/test-postmortem-metadata.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/v8-updates/test-postmortem-metadata.js b/test/v8-updates/test-postmortem-metadata.js
index cc269c3405..3a749901b6 100644
--- a/test/v8-updates/test-postmortem-metadata.js
+++ b/test/v8-updates/test-postmortem-metadata.js
@@ -64,8 +64,8 @@ function getExpectedSymbols() {
'v8dbg_bit_field3_number_of_own_descriptors_shift',
'v8dbg_class_Code__instruction_size__int',
'v8dbg_class_Code__instruction_start__uintptr_t',
- 'v8dbg_class_ConsString__first_offset__int',
- 'v8dbg_class_ConsString__second_offset__int',
+ 'v8dbg_class_ConsString__first__String',
+ 'v8dbg_class_ConsString__second__String',
'v8dbg_class_FixedArray__data__uintptr_t',
'v8dbg_class_FixedArrayBase__length__SMI',
'v8dbg_class_JSTypedArray__base_pointer__Object',
@@ -106,10 +106,10 @@ function getExpectedSymbols() {
'v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object',
'v8dbg_class_SharedFunctionInfo__script_or_debug_info__HeapObject',
'v8dbg_class_UncompiledData__start_position__int32_t',
- 'v8dbg_class_SlicedString__offset_offset__int',
+ 'v8dbg_class_SlicedString__offset__SMI',
'v8dbg_class_SlicedString__parent__String',
'v8dbg_class_String__length__int32_t',
- 'v8dbg_class_ThinString__actual_offset__int',
+ 'v8dbg_class_ThinString__actual__String',
'v8dbg_context_idx_scope_info',
'v8dbg_context_idx_prev',
'v8dbg_context_min_slots',