blob: d805e9bc382f70228a1ee0ed77defa079543a588 [file] [log] [blame]
function test(a, b, c, d, e)
{
return a.concat(b, c, d, e);
}
noInline(test);
for (var i = 0; i < 1e6; ++i)
test("Cocoa", "Cappuccino", "Matcha", "Rize", "Kilimanjaro");