Source code

Revision control

Copy as Markdown

Other Tools

oomTest(function() {
for (var i = 0; i < 10; ++i) {
Promise.resolve().then();
}
});