Commit 06d419f
deps: cherry-pick 866ee63 from upstream V8
Original commit message:
[string] Re-enable result caching for String.p.split
Runtime::kStringSplit's result caching is only enabled when limit equals
kMaxUInt32.
BUG=v8:6463
Review-Url: https://codereview.chromium.org/2923183002
Cr-Commit-Position: refs/heads/master@{#45724}
Fixes: #13445
PR-URL: #13515
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent 8e96729 commit 06d419fCopy full SHA for 06d419f
File tree
Expand file treeCollapse file tree
1 file changed
+1
-4
lines changedOpen diff view settings
Filter options
- deps/v8/src/builtins
Expand file treeCollapse file tree
1 file changed
+1
-4
lines changedOpen diff view settings
Collapse file
deps/v8/src/builtins/builtins-string-gen.cc
Copy file name to clipboardExpand all lines: deps/v8/src/builtins/builtins-string-gen.cc+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1190 | 1190 | |
1191 | 1191 | |
1192 | 1192 | |
1193 | | - |
1194 | | - |
1195 | | - |
1196 | 1193 | |
1197 | 1194 | |
1198 | 1195 | |
1199 | 1196 | |
1200 | | - |
| 1197 | + |
1201 | 1198 | |
1202 | 1199 | |
1203 | 1200 | |
|
0 commit comments