blob: e2853a5d2d836d80f9eb21bb3af82dc643d490ce [file] [log] [blame]
let foo = Object
function test() {
return foo();
}
noInline(test);
for (i = 0; i < 100000; i++)
test();