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
/
ion
/
bug1222917.js
blob: 2951b472f987094caa08d9ef3ba5635535ae60cc (
plain
)
1
2
3
4
5
6
function f() { var x = []; for (var i=0; i<10; i++) x.length = x; } f();