Commit 9ef81ff
deps: update V8 to 4.6.85.31
This update contains the patch floated in
#3390 and a fix for
Intl.NumberFormat.
Diff: https://chromium.googlesource.com/v8/v8.git/+/4.6.85.28..4.6.85.31
PR-URL: #3698
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>1 parent d036b35 commit 9ef81ffCopy full SHA for 9ef81ff
File tree
Expand file treeCollapse file tree
5 files changed
+91
-6
lines changedOpen diff view settings
Filter options
- deps/v8
- include
- src
- arm64
- test
- intl/number-format
- mjsunit/regress
Expand file treeCollapse file tree
5 files changed
+91
-6
lines changedOpen diff view settings
Collapse file
deps/v8/include/v8-version.h
Copy file name to clipboardExpand all lines: deps/v8/include/v8-version.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
Collapse file
deps/v8/src/arm64/lithium-codegen-arm64.cc
Copy file name to clipboardExpand all lines: deps/v8/src/arm64/lithium-codegen-arm64.cc+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2819 | 2819 | |
2820 | 2820 | |
2821 | 2821 | |
| 2822 | + |
| 2823 | + |
2822 | 2824 | |
2823 | 2825 | |
2824 | 2826 | |
|
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1103 | 1103 | |
1104 | 1104 | |
1105 | 1105 | |
1106 | | - |
| 1106 | + |
1107 | 1107 | |
1108 | 1108 | |
1109 | 1109 | |
1110 | 1110 | |
1111 | | - |
| 1111 | + |
| 1112 | + |
1112 | 1113 | |
1113 | | - |
| 1114 | + |
1114 | 1115 | |
1115 | 1116 | |
1116 | 1117 | |
|
Collapse file
deps/v8/test/intl/number-format/check-minimum-fraction-digits.js
Copy file name to clipboardExpand all lines: deps/v8/test/intl/number-format/check-minimum-fraction-digits.js+50-2Lines changed: 50 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
Collapse file
deps/v8/test/mjsunit/regress/regress-arm64-spillslots.js
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
0 commit comments