Searched refs:RJSMIN_IS_SPACE (Results 1 – 1 of 1) sorted by relevance
63 #define RJSMIN_IS_SPACE(c) ((U(c) <= 127) && \ macro257 if (RJSMIN_IS_SPACE(c)) in rjsmin()