blob: 797e8c801ee52279b5b2ee81874e7dd3ae655cc3 [file] [log] [blame]
// |jit-test| error: m is not defined
load(libdir + "immutable-prototype.js");
if (globalPrototypeChainIsMutable()) {
this.__proto__ = Proxy.create({
has:function(){
try {
aa0 = Function(undefined);
} catch (aa) {}
}
});
}
m();