Searched refs:UNARY_POSTFIX (Results 1 – 1 of 1) sorted by relevance
303 S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) ||563 var UNARY_POSTFIX = array_to_hash([ "--", "++" ]); variable1102 if (allow_calls && is("operator") && HOP(UNARY_POSTFIX, S.token.value)) {