return.js 97 B

123456
  1. var m = function (){
  2. function castIntegerWhenReturnByte(i/*INTEGER*/){
  3. return i & 0xFF;
  4. }
  5. }();