testFunApplyMisspeculation.js (167B)
1 var h = { apply:function() { return "ponies"; } }; 2 function f() { var x = 3; g = function() { return ++x }; return h.apply(null, arguments) } 3 assertEq(f(), "ponies");
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |