blob: 1c20bb26a8ffdcdee88e29be5d9a35b7cb067ca1 [file] [log] [blame]
function foo() {
var array = [1.5];
return Math.cos(Math.sqrt(Math.abs(Math.sin(array[0]) * 5 / 4.5))) % 3.5;
}
noInline(foo);
for (var i = 0; i < 100000; ++i)
foo();