summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug642326.js
blob: 8b91ecacfe6e6cc413c101bb0a31b5d7e4781991 (plain)
1
2
3
4
5
6
7
8
load(libdir + "immutable-prototype.js");

if (globalPrototypeChainIsMutable())
  this.__proto__ = null;

gczeal(2);
gc();
var box = evalcx('lazy');