comparison: toolkit/devtools/server/tests/unit/tracerlocations.js
toolkit/devtools/server/tests/unit/tracerlocations.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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); |