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