Searched refs:is_module (Results 1 – 2 of 2) sorted by relevance
1559 BOOL is_negative, is_nostrict, is_onlystrict, is_async, is_module, skip; in run_test() local1563 is_nostrict = is_onlystrict = is_negative = is_async = is_module = skip = FALSE; in run_test()1615 is_module = TRUE; in run_test()1706 is_module ? " module" : "", in run_test()1737 if (is_module) { in run_test()1754 if (is_module) { in run_test()1785 int run_test262_harness_test(const char *filename, BOOL is_module) in run_test262_harness_test() argument1818 if (is_module) { in run_test262_harness_test()1936 BOOL is_module = FALSE; in main() local1985 is_module = TRUE; in main()[all …]
19985 BOOL is_module; /* parsing a module */ member20676 (s->is_module || in next_token()24317 if (!s->is_module) in js_parse_postfix_expr()32388 (s->token.val == TOK_AWAIT && !s->is_module)) && in js_parse_function_decl2()32851 if (!s->is_module) { in js_parse_program()32863 if (!s->is_module) { in js_parse_program()33026 s->is_module = (m != NULL); in __JS_EvalInternal()33027 s->allow_html_comments = !s->is_module; in __JS_EvalInternal()
Completed in 104 milliseconds