Commit 492b7cb
committed
deps: V8: cherry-pick d2ccc59
Original commit message:
[snapshot] print reference stack for JSFunctions in the isolate snapshot
This helps debugging incorrect usage of the SnapshotCreator API in
debug mode.
Change-Id: Ibd9db76a5f460cdf7ea6d14e865592ebaf69aeef
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1648240
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62095}
Refs: v8/v8@d2ccc59
Backport-PR-URL: #28955
PR-URL: #28016
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>1 parent 945955f commit 492b7cbCopy full SHA for 492b7cb
File tree
Expand file treeCollapse file tree
4 files changed
+17
-5
lines changedOpen diff view settings
Filter options
- deps/v8/src/snapshot
Expand file treeCollapse file tree
4 files changed
+17
-5
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
43 | 43 | |
44 | 44 | |
|
Collapse file
deps/v8/src/snapshot/serializer.cc
Copy file name to clipboardExpand all lines: deps/v8/src/snapshot/serializer.cc+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | | - |
| 118 | + |
| 119 | + |
| 120 | + |
119 | 121 | |
120 | | - |
121 | | - |
| 122 | + |
| 123 | + |
122 | 124 | |
123 | 125 | |
124 | 126 | |
|
Collapse file
deps/v8/src/snapshot/serializer.h
Copy file name to clipboardExpand all lines: deps/v8/src/snapshot/serializer.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
250 | 250 | |
251 | 251 | |
252 | 252 | |
| 253 | + |
253 | 254 | |
254 | 255 | |
255 | 256 | |
|
Collapse file
deps/v8/src/snapshot/startup-serializer.cc
Copy file name to clipboardExpand all lines: deps/v8/src/snapshot/startup-serializer.cc+10-1Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | | - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
75 | 84 | |
76 | 85 | |
77 | 86 | |
|
0 commit comments