blob: 321c19278ca5e08d93bbef323b0a74763e27bed9 [file] [log] [blame]
// |jit-test| error:InternalError
// Binary: cache/js-dbg-64-b22e82ce2364-linux
// Flags:
//
load(libdir + "immutable-prototype.js");
if (globalPrototypeChainIsMutable())
__proto__ = Proxy.create(this, "");
throw new InternalError("fallback");