Searched refs:__isInt (Results 1 – 1 of 1) sorted by relevance
213 const __isInt = (n)=>'number'===typeof n && n===(n | 0); function240 if(1===args.length && __isInt(args[0])){243 if(__isInt(args[0])) super(__rcStr(args[0]), args[1]);