Sign in
webkit
/
WebKit
/
c71295638f595a4ed7f2a4a5cfd89dd2298b8a83
/
.
/
JSTests
/
stress
/
concat-append-one-with-sparse-array.js
blob: 2451330fa4b90709a82a8c9d90ea27f4c4669b07 [
file
] [
log
] [
blame
]
//@ skip
let length
=
0x10001000
;
let foo
=
new
Array
(
length
);
foo
.
concat
(
1
);