Searched refs:parse_ident (Results 1 – 1 of 1) sorted by relevance
/third_party/quickjs/ |
D | quickjs.c | 20612 static JSAtom parse_ident(JSParseState *s, const uint8_t **pp, in parse_ident() function 20811 atom = parse_ident(s, &p, &ident_has_escape, c, FALSE); in next_token() 20860 atom = parse_ident(s, &p, &ident_has_escape, c, TRUE); in next_token()
|