summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1004457.js
blob: 80e1150f34d39d9f77ca488edee299298b813029 (plain)
1
2
3
var argObj = (function () { return arguments })();
gczeal(4);
delete argObj.callee;