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
/
bug1330662.js
blob: c19959b889cb02f15b396bb3ac1034f396667756 (
plain
)
1
2
3
4
5
for (i=0;i<10000;++i) { a = inIon() ? 0 : 300; buf = new Uint8ClampedArray(a); }