blob: b8104bb72312f4832a29b4c277e0625dbcdf1c35 [file] [edit]
function foo() {
"use strict";
let a = "hello" + a;
return a;
}
noInline(foo);
for (var i = 0; i < testLoopCount; ++i) {
try {
foo();
} catch (e) {
}
}