toolkit/devtools/server/tests/unit/tracerlocations.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:c3711e515b2f
1 // For JS Tracer tests dealing with source locations.
2
3 function foo(x) {
4 x += 6;
5 return "bar";
6 }
7
8 foo(42);

mercurial