1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-22 00:08:54 +00:00
Files
UXP/devtools/server/tests/unit/tracerlocations.js
T

9 lines
111 B
JavaScript

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