Searched refs:top_level_await (Results 1 – 1 of 1) sorted by relevance
4611 int top_level_await = IS_TOP_LEVEL_AWAIT(c); in compiler_comprehension() local4625 if (is_async_generator && !is_async_function && type != COMP_GENEXP && !top_level_await) { in compiler_comprehension()4664 if (top_level_await && is_async_generator){ in compiler_comprehension()