Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| error: ReferenceError
if (!('oomTest' in this))
a;
enableShellAllocationMetadataBuilder()
oomTest(() => {
newGlobal()
})
gczeal(9, 1);
a;