index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug617171.js
blob: c4305f957daf120c25dd108f33fe210618a2195e (
plain
)
1
2
3
4
var
a
=
6
;
Object
.
defineProperty
(
this
,
"a"
,
{
writable
:
false
});
a
=
7
;
assertEq
(
a
,
6
);