Skip to content

Commit 43c5455

Browse files
cjihrigMylesBorins
authored andcommitted
test: update postmortem metadata test
This commit updates the following postmortem metadata constant: - v8dbg_context_idx_closure - Renamed: v8dbg_context_idx_scope_info - V8 commit: v8/v8@39496a9#diff-f3f182b0510ba2ee39ae87e421ff110b Fixes: nodejs/node-v8#59 Backport-PR-URL: #21668 PR-URL: #21079 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yang Guo <[email protected]>
1 parent 3175391 commit 43c5455

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
@@ -105,7 +105,7 @@ function getExpectedSymbols() {
105105
'v8dbg_class_SlicedString__parent__String',
106106
'v8dbg_class_String__length__SMI',
107107
'v8dbg_class_ThinString__actual__String',
108-
'v8dbg_context_idx_closure',
108+
'v8dbg_context_idx_scope_info',
109109
'v8dbg_context_idx_prev',
110110
'v8dbg_context_min_slots',
111111
'v8dbg_frametype_ArgumentsAdaptorFrame',

0 commit comments

Comments
 (0)