summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/TypedObject/fuzz10.js
blob: 6858efb6ca93bcd60b5ebb0275aba11fb73099fe (plain)
1
2
3
4
5
6
7
8
// |jit-test| error:Error

if (!this.hasOwnProperty("TypedObject"))
  throw new Error("type too large");

var AA = TypedObject.uint8.array(2147483647).array(5);
var aa = new AA();
var aa0 = aa[0];