args2a.js (194B)
1 actual = ''; 2 expected = 'g,g,g,g,g,'; 3 4 function g() { 5 appendToActual('g'); 6 } 7 8 function f() { 9 g.apply(this, arguments); 10 } 11 12 for (var i = 0; i < 5; ++i) { 13 f(); 14 } 15 16 17 assertEq(actual, expected)
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |