Source code

Revision control

Copy as Markdown

Other Tools

// |jit-test| allow-oom;
function startTest() {
if (typeof document != "object"
|| !document.location.href.match(/jsreftest.html/)) {}
};
gczeal(4);
startTest();
new ArrayBuffer( 8192 );