index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
testHOTLOOPSize.js
blob: 9245a7f2f5b5ec9641b464f5cd4570329f1423e0 (
plain
)
1
2
3
4
function
test8Size
()
{
return
8
>
1
;
}
assertEq
(
test8Size
(),
true
);