Searched refs:is_identifier_char (Results 1 – 4 of 4) sorted by relevance
165 function is_identifier_char(ch) { function462 else if (is_identifier_char(ch)) name += next();468 …if (!is_identifier_char(ch)) parse_error("Unicode char: " + ch.charCodeAt(0) + " is not valid in i…
258 if ((is_identifier_char(prev)259 && (is_identifier_char(ch) || ch == "\\"))
150 function is_identifier_char(ch) { function479 else if (is_identifier_char(ch)) name += next();484 …if (!is_identifier_char(ch)) parse_error("Unicode char: " + ch.charCodeAt(0) + " is not valid in i…
265 return is_identifier_char(prev) && (is_identifier_char(ch) || ch == "\\")