Home
last modified time | relevance | path

Searched refs:is_module_scope (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dscopes.cc648 if (FLAG_harmony_modules && (is_global_scope() || is_module_scope())) { in AllocateVariables()
722 DCHECK(!s->is_module_scope() || s->num_heap_slots() > 0); in ContextChainLength()
1190 is_module_scope() || in MustAllocate()
1213 if (is_catch_scope() || is_block_scope() || is_module_scope()) return true; in MustAllocateInContext()
1368 bool must_have_context = is_with_scope() || is_module_scope() || in AllocateVariablesRecursively()
1384 if (is_module_scope()) { in AllocateModulesRecursively()
Dscopes.h266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } in is_module_scope() function
273 is_module_scope() || is_global_scope(); in is_declaration_scope()
Dfull-codegen.cc1062 DCHECK(!scope_->is_module_scope()); in VisitBlock()
Dparser.cc1736 declaration_scope->is_module_scope() || in Declare()
/external/v8/src/x87/
Dfull-codegen-x87.cc4712 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/x64/
Dfull-codegen-x64.cc4732 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc4723 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc4789 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/mips/
Dfull-codegen-mips.cc4772 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc4775 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/arm/
Dfull-codegen-arm.cc4760 declaration_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()