var m = function (){ function castIntegerWhenReturnByte(i/*INTEGER*/){ return i & 0xFF; } }();