зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135703 - Add test case. r=shu
This commit is contained in:
Родитель
95bb641fb6
Коммит
2c3cf9af1b
|
@ -0,0 +1,6 @@
|
|||
|
||||
for (var idx = 0; idx < 20; ++idx) {
|
||||
newFunc("enableSPSProfilingWithSlowAssertions(); disableSPSProfiling();");
|
||||
}
|
||||
newFunc("enableSPSProfiling();");
|
||||
function newFunc(x) { new Function(x)(); };
|
Загрузка…
Ссылка в новой задаче