michael@0: // |jit-test| error: undefined michael@0: (function() { michael@0: throw (function f(a, b) { michael@0: if (a.h == b) { michael@0: return eval("((function(){return 1})())!=this") michael@0: } michael@0: f(b) michael@0: })([], 0) michael@0: })() michael@0: michael@0: /* Don't assert/crash. */ michael@0: