Searched refs:is_identifier_start (Results 1 – 1 of 1) sorted by relevance
161 function is_identifier_start(code) { function167 return is_identifier_start(code)600 if (code == 92 || is_identifier_start(code)) return read_word();