Home
last modified time | relevance | path

Searched refs:JSToken (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Djscompress.c35 typedef struct JSToken { struct
43 } JSToken; argument
56 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()
Dquickjs.c20061 typedef struct JSToken { struct
20086 } JSToken; argument
20093 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()