Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A 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()
A Dquickjs.c19945 typedef struct JSToken { struct
19970 } JSToken; argument
19977 JSToken token;
20027 static void free_token(JSParseState* s, JSToken* token) in free_token()
20054 const JSToken* token) in dump_token()
20213 JSToken* token, const uint8_t** pp) in js_parse_string()
21949 JSToken cooked; in js_parse_template()

Completed in 94 milliseconds