mirror of https://github.com/tc39/test262.git
7 lines
80 B
JavaScript
7 lines
80 B
JavaScript
|
//@ skip
|
||
|
|
||
|
let length = 0x10001000;
|
||
|
|
||
|
let foo = new Array(length);
|
||
|
foo.concat(1);
|