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
/
bug642254.js
blob: a603920fe33c832f00d9caa343dc36170e450a17 (
plain
)
1
2
3
4
function f(i) { for (var n = 0; n < 0; n = i) { } } actual = f(.5);