michael@0: // |jit-test| error: SyntaxError michael@0: Error.prototype.toString = Function; michael@0: evaluate("n f", { michael@0: noScriptRval: true, michael@0: saveFrameChain: true michael@0: });