Searched refs:JSToken (Results 1 – 2 of 2) sorted by relevance
35 typedef struct JSToken { struct43 } JSToken; argument56 void tok_reset(JSToken *tt) in tok_reset()66 void tok_add_ch(JSToken *tt, int c) in tok_add_ch()85 JSToken tokc;456 void print_tok(FILE *f, JSToken *tt) in print_tok()
20061 typedef struct JSToken { struct20086 } JSToken; argument20093 JSToken token;20144 static void free_token(JSParseState *s, JSToken *token) in free_token()20174 const JSToken *token) in dump_token()20343 JSToken *token, const uint8_t **pp) in js_parse_string()22170 JSToken cooked; in js_parse_template()