Searched refs:read_word (Results 1 – 2 of 2) sorted by relevance
542 function read_word() { function600 if (code == 92 || is_identifier_start(code)) return read_word();
559 function read_word() { function617 if (code == 35 || code == 92 || !NON_IDENTIFIER_CHARS[ch]) return read_word();