Skip to content

Commit 83a2c97

Browse files
committed
Merge remote-tracking branch 'upstream'
2 parents e780575 + 291fe7d commit 83a2c97

File tree

1,824 files changed

+110158
-197989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,824 files changed

+110158
-197989
lines changed

Configurations/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
MAJOR_VERSION = 623;
2525
MINOR_VERSION = 1;
26-
TINY_VERSION = 8;
26+
TINY_VERSION = 10;
2727
MICRO_VERSION = 0;
2828
NANO_VERSION = 0;
2929
FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function foo(a0, a1, a2, a3, a4, a5, a6, a7, a8) {
2+
}
3+
function bar() {
4+
}
5+
for (let i = 0; i < testLoopCount; ++i) {
6+
String.prototype.matchAll();
7+
}

JSTests/microbenchmarks/array-prototype-flat-depth-1-double.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-1-int32.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-1-mixed.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-1-string.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-2.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-3.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-depth-infinity.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

JSTests/microbenchmarks/array-prototype-flat-huge-arrays.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)