comparison: browser/devtools/debugger/test/code_ugly.js
browser/devtools/debugger/test/code_ugly.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function foo() { var a=1; var b=2; bar(a, b); } |
|
2 function bar(c, d) { debugger; } |
|
3 foo(); |