Home
last modified time | relevance | path

Searched refs:lre_js_is_ident_first (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibregexp.h62 static inline int lre_js_is_ident_first(int c) in lre_js_is_ident_first() function
A Dlibregexp.c1103 if (!lre_js_is_ident_first(c)) in re_parse_group_name()
A Dquickjs.c20643 if (c1 >= 0 && lre_js_is_ident_first(c1)) { in next_token()
20704 if (!lre_js_is_ident_first(c)) { in next_token()
20981 } else if (lre_js_is_ident_first(c)) { in next_token()
21264 if (lre_js_is_ident_first(c)) { in simple_next_token()

Completed in 98 milliseconds