1 2 3 4 5 6 7 8
// For JS Tracer tests dealing with source locations. function foo(x) { x += 6; return "bar"; } foo(42);