Commit 39e9cd5
committed
deps: restore minimum ICU version to 65
This modifies 40df0dc so that the changes it applies are only used
if ICU 67 or greater is used, and restores the previous code path for
versions of ICU below 67.
The minimum ICU version was bumped to 67 in Node.js 14.6.0 by
#34356 but the referenced V8
commit[1] isn't on `v14.x-staging` and appears to have been reverted
on V8 8.4[2] so this PR also restores the minimum ICU version to 65.
[1] v8/v8@611e412
[2] v8/v8@eeccede
PR-URL: #39068
Backport-PR-URL: #39451
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>1 parent e459c79 commit 39e9cd5Copy full SHA for 39e9cd5
1 file changed
+51Lines changed: 51 additions & 0 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/v8/src/objects
Expand file treeCollapse file tree
Open diff view settings
Collapse file
deps/v8/src/objects/js-list-format.cc
Copy file name to clipboardExpand all lines: deps/v8/src/objects/js-list-format.cc+51Lines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
30 | 31 | |
31 | 32 | |
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 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
33 | 79 | |
34 | 80 | |
35 | 81 | |
| ||
53 | 99 | |
54 | 100 | |
55 | 101 | |
| 102 | + |
56 | 103 | |
57 | 104 | |
58 | 105 | |
| ||
151 | 198 | |
152 | 199 | |
153 | 200 | |
| 201 | + |
| 202 | + |
| 203 | + |
154 | 204 | |
| 205 | + |
155 | 206 | |
156 | 207 | |
157 | 208 | |
|
0 commit comments