mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:08:34 +00:00
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
function foo() { var a=1; var b=2; bar(a, b); }
|
|
function bar(c, d) { debugger; }
|
|
foo();
|