Bug 1135703 - Add test case. r=shu

This commit is contained in:
Kannan Vijayan 2015-03-12 12:19:58 -04:00
parent c7c7168bcb
commit fce2ace714

View File

@ -0,0 +1,6 @@
for (var idx = 0; idx < 20; ++idx) {
newFunc("enableSPSProfilingWithSlowAssertions(); disableSPSProfiling();");
}
newFunc("enableSPSProfiling();");
function newFunc(x) { new Function(x)(); };