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
/
bug674085.js
blob: 0147621e7a9eb793885e8d20a3fd1d1c8161ea25 (
plain
)
1
2
3
4
5
6
function f(x) { for (var i = 0; i < 50; i++) {}; [1][arguments[0]]++; x = 1.2; } f(0);