Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h331 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } in is_module_scope() function
368 DCHECK(!is_module_scope() || num_heap_slots() > 0); in NeedsContext()
408 return (is_function_scope() && !is_arrow_scope()) || is_module_scope(); in has_this_declaration()
Dscopes.cc176 is_module_scope() || is_script_scope(); in SetDefaults()
1417 is_block_scope() || is_module_scope() || is_script_scope())) { in MustAllocate()
1438 if (is_catch_scope() || is_module_scope()) return true; in MustAllocateInContext()
1665 is_with_scope() || is_module_scope() || in AllocateVariablesRecursively()
/external/v8/src/interpreter/
Dbytecode-generator.cc2108 closure_scope->is_module_scope()) { in VisitFunctionClosureForContext()
/external/v8/src/parsing/
Dparser.cc1323 DCHECK(scope_->is_module_scope()); in ParseModuleItemList()
1914 declaration_scope->is_module_scope() || in Declare()
/external/v8/test/cctest/
Dtest-parsing.cc5773 CHECK(module_scope->is_module_scope()); in TEST()
/external/v8/src/compiler/
Dast-graph-builder.cc467 closure_scope->is_module_scope()) { in GetFunctionClosureForContext()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc4594 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc4667 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc4704 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc4596 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc4686 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4586 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc4675 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc4670 closure_scope->is_module_scope()) { in PushFunctionArgumentForContextAllocation()