tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
bug655998.js (70B)
1
function
f
(
x
)
{
2
var
y
;
3
gc
();
4
++
x
.
x
;
5
}
6
f
(
1
);
7
f
.
call
(
2
,
3
);