1 2 3 4 5 6 7 8 9
function f(x) { "use asm" return !(1 || x) } for (var j = 0; j < 1; j++) { (function(x) { +f(+x) })() }