Home | History | Annotate | Download | only in UglifyJS

Lines Matching refs:is_token

249 function is_token(token, type, val) {
630 return is_token(S.token, type, value);
724 return is_token(peek(), "punc", ":")
837 if (is("name") && is_token(peek(), "operator", "in")) {