Commit 578fa0f
deps: V8: cherry-pick dfcdf7837e23
Original commit message:
[coverage] fix greedy nullish coalescing
The SourceRangeScope helper was consuming too many characters, instead
explicitly create SourceRange, based on scanner position.
Bug: v8:11231
Change-Id: I852d211227abacf867e8f1ab3e3ab06dbdba2a9b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2576006
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71765}
Refs: v8/v8@dfcdf78
PR-URL: #36573
Fixes: #36619
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>1 parent 863bfc4 commit 578fa0fCopy full SHA for 578fa0f
File tree
Expand file treeCollapse file tree
2 files changed
+27
-6
lines changedOpen diff view settings
Filter options
- deps/v8
- src/parsing
- test/mjsunit
Expand file treeCollapse file tree
2 files changed
+27
-6
lines changedOpen diff view settings
Collapse file
deps/v8/src/parsing/parser-base.h
Copy file name to clipboardExpand all lines: deps/v8/src/parsing/parser-base.h+9-6Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2983 | 2983 | |
2984 | 2984 | |
2985 | 2985 | |
2986 | | - |
2987 | | - |
2988 | | - |
2989 | | - |
2990 | | - |
2991 | | - |
| 2986 | + |
| 2987 | + |
| 2988 | + |
| 2989 | + |
| 2990 | + |
| 2991 | + |
| 2992 | + |
| 2993 | + |
| 2994 | + |
2992 | 2995 | |
2993 | 2996 | |
2994 | 2997 | |
|
Collapse file
deps/v8/test/mjsunit/code-coverage-block.js
Copy file name to clipboardExpand all lines: deps/v8/test/mjsunit/code-coverage-block.js+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1177 | 1177 | |
1178 | 1178 | |
1179 | 1179 | |
| 1180 | + |
| 1181 | + |
| 1182 | + |
| 1183 | + |
| 1184 | + |
| 1185 | + |
| 1186 | + |
| 1187 | + |
| 1188 | + |
| 1189 | + |
| 1190 | + |
| 1191 | + |
| 1192 | + |
| 1193 | + |
| 1194 | + |
| 1195 | + |
| 1196 | + |
| 1197 | + |
1180 | 1198 | |
0 commit comments