Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| --fast-warmup; --no-threads; skip-if: !('oomTest' in this)
oomTest(function() {
var o = {};
for (var p in this) {
o[p] = 1;
}
});