index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
jaeger
/
bug649689.js
blob: 147197e00f1a38d9fec1edf2a4a0f6248906e5d1 (
plain
)
1
2
3
4
5
6
function
f
(
x
)
{
eval
(
"a = 3"
);
x
.
p
=
x
.
p
=
a
;
assertEq
(
x
.
p
,
3
);
}
f
({
p
:
2
});