function asmFunc() { function add(x, y) { x = x | 0; y = y | 0; return x + y | 0; } }