Searched refs:is_top_level (Results 1 – 6 of 6) sorted by relevance
47 cbb->is_top_level = 1; in cbb_init()82 assert(cbb->is_top_level); in CBB_cleanup()172 if (!cbb->is_top_level) { in CBB_finish()
257 is_top_level = top_dir is None298 if is_top_level:
350 char is_top_level; member
2538 const bool is_top_level = AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral() local2539 const bool is_lazy_top_level_function = is_lazy && is_top_level; in ParseFunctionLiteral()2540 const bool is_lazy_inner_function = is_lazy && !is_top_level; in ParseFunctionLiteral()2657 ? (is_top_level ? "preparse-no-resolution" in ParseFunctionLiteral()2673 if (is_top_level) { in ParseFunctionLiteral()
2251 bool is_top_level() const { in is_top_level() function
1823 return info()->literal()->is_top_level() || info()->literal()->is_iife(); in ShouldOptimizeAsOneShot()