index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug566637.js
blob: 6623dbabf8acec5fdc928a7635e9259054209603 (
plain
)
1
2
3
4
5
for (var j = 0; j < 9; j++) { var a = j; var b = this.a; } assertEq(b, 8);