Searched refs:is_async (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 1164 int is_async) in eval_buf() argument 1181 if (is_async && !JS_IsException(res_val)) { in eval_buf() 1494 int eval_flags, BOOL is_negative, BOOL is_async, in run_test_buf() argument 1527 error_type, outfile, eval_flags, is_async); in run_test_buf() 1559 BOOL is_negative, is_nostrict, is_onlystrict, is_async, is_module, skip; in run_test() local 1563 is_nostrict = is_onlystrict = is_negative = is_async = is_module = skip = FALSE; in run_test() 1611 is_async = TRUE; in run_test() 1653 if (is_async) in run_test() 1705 is_async ? " async" : "", in run_test() 1763 error_type, eval_flags, is_negative, is_async, in run_test() [all …]
|
A D | quickjs.c | 15007 if (is_async) { in JS_GetIterator() 15151 BOOL is_async) in js_for_of_start() argument 15155 obj = JS_GetIterator(ctx, op1, is_async); in js_for_of_start() 25669 BOOL is_async) in js_parse_for_in_of() argument 25802 if (is_async) in js_parse_for_in_of() 25827 if (is_async) in js_parse_for_in_of() 25868 if (is_async) { in js_parse_for_in_of() 26109 BOOL is_async; in js_parse_statement_or_decl() local 26116 is_async = FALSE; in js_parse_statement_or_decl() 26124 is_async = TRUE; in js_parse_statement_or_decl() [all …]
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-tests | 480 is_async = test_name.startswith(("async_", "uasyncio_")) 491 skip_it |= skip_async and is_async
|
Completed in 106 milliseconds