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