blob: 8cfdcdd4991795c1dc4f6061a70045cc26557fb9 [file] [log] [blame]
// |jit-test| error:RangeError
if (!this.hasOwnProperty("TypedObject"))
throw new RangeError();
function eval() {
yield(undefined)
}
new TypedObject.StructType();
eval();