index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug666448.js
blob: aef626265d25a35c506428f2a69819591c3fcdf0 (
plain
)
1
assertEq
([
"a"
].
map
(
escape
)[
0
],
[
"a"
].
map
(
function
(
s
)
{
return
escape
(
s
);})[
0
]);