michael@0: // For JS Tracer tests dealing with source locations. michael@0: michael@0: function foo(x) { michael@0: x += 6; michael@0: return "bar"; michael@0: } michael@0: michael@0: foo(42);