Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbb.c47 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()
/external/autotest/client/bin/result_tools/
Dresult_info.py257 is_top_level = top_dir is None
298 if is_top_level:
/external/boringssl/src/include/openssl/
Dbytestring.h350 char is_top_level; member
/external/v8/src/parsing/
Dparser.cc2538 const bool is_top_level = AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral() local
2539 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()
/external/v8/src/ast/
Dast.h2251 bool is_top_level() const { in is_top_level() function
/external/v8/src/interpreter/
Dbytecode-generator.cc1823 return info()->literal()->is_top_level() || info()->literal()->is_iife(); in ShouldOptimizeAsOneShot()