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