Source code
Revision control
Copy as Markdown
Other Tools
enableShellAllocationMetadataBuilder();
a = newGlobal();
a.evaluate("function x() {}");
for (i = 0; i < 20; ++i)
new a.x;
enableShellAllocationMetadataBuilder();
a = newGlobal();
a.evaluate("function x() {}");
for (i = 0; i < 20; ++i)
new a.x;