Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c19934 JS_PARSE_FUNC_VAR, enumerator
26974 if (js_parse_function_decl(s, JS_PARSE_FUNC_VAR, in js_parse_statement_or_decl()
32915 func_type != JS_PARSE_FUNC_VAR); in js_parse_function_decl2()
32918 func_type == JS_PARSE_FUNC_VAR || in js_parse_function_decl2()
32966 (func_type == JS_PARSE_FUNC_STATEMENT || func_type == JS_PARSE_FUNC_VAR)) { in js_parse_function_decl2()
32977 if (func_type == JS_PARSE_FUNC_VAR) { in js_parse_function_decl2()
33028 func_type == JS_PARSE_FUNC_VAR || in js_parse_function_decl2()
33358 } else if (func_type == JS_PARSE_FUNC_VAR) { in js_parse_function_decl2()