blob: 5c709a9073395af9508faf9c39f662e54e84766a [file] [log] [blame]
f = (function() {
"use asm";
var a;
function f() {
var b = -1;
}
return f;
})();
for (var j = 0; j < 1; ++j)
f();
setJitCompilerOption('ion.forceinlineCaches', 1);
Math.fround(
Math.fround()
);
for (var j = 0; j < 1; ++j)
(function() {})();