tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
bug666448.js (79B)
1
assertEq
([
"a"
].
map
(
escape
)[
0
],
[
"a"
].
map
(
function
(
s
)
{
return
escape
(
s
);})[
0
]);