Commit df97791
test: update postmortem metadata test
This commit updates the following postmortem metadata constants:
- v8dbg_class_SharedFunctionInfo__code__Code
- This is now combined with SharedFunctionInfo's function_data.
- Renamed: v8dbg_class_SharedFunctionInfo__function_data__Object
- V8 commit: v8/v8@51ded9d
- v8dbg_class_SharedFunctionInfo__raw_name__Object and
- v8dbg_class_SharedFunctionInfo__scope_info__ScopeInfo
- These are now combined as name_or_scope_info.
- Renamed: v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object
- V8 commit: v8/v8@74a663b
- v8dbg_class_SharedFunctionInfo__compiler_hints__int
- Renamed: v8dbg_class_SharedFunctionInfo__flags__int
- V8 commit: v8/v8@071b01b#diff-f3f182b0510ba2ee39ae87e421ff110b
Fixes: nodejs/node-v8#44
Fixes: nodejs/node-v8#48
PR-URL: #19989
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Myles Borins <myles.borins@gmail.com>1 parent aa08f64 commit df97791Copy full SHA for df97791
File tree
Expand file treeCollapse file tree
1 file changed
+3
-4
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+3
-4
lines changedOpen diff view settings
Collapse file
test/parallel/test-postmortem-metadata.js
Copy file name to clipboardExpand all lines: test/parallel/test-postmortem-metadata.js+3-4Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
97 | | - |
| 96 | + |
| 97 | + |
98 | 98 | |
99 | 99 | |
100 | 100 | |
101 | | - |
102 | | - |
| 101 | + |
103 | 102 | |
104 | 103 | |
105 | 104 | |
|
0 commit comments