blob: c44705e39806bfc3e2c48edac192ce0c30739820 [file] [log] [blame]
// |jit-test| error:RangeError;
load(libdir + "immutable-prototype.js");
if (!this.hasOwnProperty("TypedObject"))
throw new RangeError();
if (globalPrototypeChainIsMutable())
this.__proto__ = Proxy.create({});
new TypedObject.StructType;