michael@0: gczeal(2); michael@0: function f() { michael@0: for(var i=0; i<10; i++) { michael@0: [1, [1, 2, 3]]; michael@0: eval(""); michael@0: } michael@0: } michael@0: eval("Array(f() ? 0 : 1)"); michael@0: eval("Array((eval(\"f()\")) ? true : eval(''))");