summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/profiler/ion-rectifier-frame-bug1530351.js
blob: 651b6351796685e703526983d282a912042da804 (plain)
1
2
3
4
5
6
function test(str) {
  for (let i = 0; i < 100; ++i)
    Reflect.apply(String.prototype.substring, str, [])
}
enableGeckoProfilingWithSlowAssertions();
test("");