1 2 3 4 5 6 7 8 9
function asmFunc() { function add(x, y) { x = x | 0; y = y | 0; return x + y | 0; } }