summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/TypedObject/fuzz1.js
blob: 8cfdcdd4991795c1dc4f6061a70045cc26557fb9 (plain)
1
2
3
4
5
6
7
8
9
10
// |jit-test| error:RangeError

if (!this.hasOwnProperty("TypedObject"))
  throw new RangeError();

function eval() {
    yield(undefined)
}
new TypedObject.StructType();
eval();