index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
auto-regress
/
bug1736307.js
blob: 7fe3cbb6d992fcbad57fb3b58beb1781318acf98 (
plain
)
1
2
3
for
(
var
i
=
0
;
i
<
100
;
++
i
)
{
assertEq
(
typeof
Uint16Array
==
undefined
,
false
);
}