blob: 465b4026abae13e5ce09caf37f3c4adbd6be5b25 [file] [log] [blame]
for (var idx = 0; idx < 20; ++idx) {
newFunc("enableSPSProfilingWithSlowAssertions(); disableSPSProfiling();");
}
newFunc("enableSPSProfiling();");
function newFunc(x) { new Function(x)(); };