1 2 3 4 5
enableShellAllocationMetadataBuilder(); a = newGlobal(); a.evaluate("function x() {}"); for (i = 0; i < 20; ++i) new a.x;