new-array-int-undefined-args.js (93B)
1 for (var i = 0; i < 1e4; i++) 2 assertEq(new Array(0, undefined).length, 2, "bad, i: " + i);