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
/
bug1466626-1.js
blob: 8815fafc66a4078e63b12f024e7b1e768082c2ad (
plain
)
1
2
3
4
5
oomTest
(
function
()
{
for
(
var
i
=
0
;
i
<
10
;
++
i
)
{
Promise
.
resolve
().
then
();
}
});