• Home
  • Raw
  • Download

Lines Matching refs:closure_scope

916   DCHECK_EQ(closure_scope(), closure_scope()->GetClosureScope());  in BytecodeGenerator()
1034 ContextScope incoming_context(this, closure_scope()); in GenerateBytecode()
1047 if (closure_scope()->NeedsContext()) { in GenerateBytecode()
1050 ContextScope local_function_context(this, closure_scope()); in GenerateBytecode()
1063 VisitArgumentsObject(closure_scope()->arguments()); in GenerateBytecodeBody()
1066 Variable* rest_parameter = closure_scope()->rest_parameter(); in GenerateBytecodeBody()
1071 VisitThisFunctionVariable(closure_scope()->function_var()); in GenerateBytecodeBody()
1072 VisitThisFunctionVariable(closure_scope()->this_function_var()); in GenerateBytecodeBody()
1075 VisitNewTargetVariable(closure_scope()->new_target_var()); in GenerateBytecodeBody()
1089 int num_parameters = closure_scope()->num_parameters(); in GenerateBytecodeBody()
1093 closure_scope()->parameter(i)->initializer_position()); in GenerateBytecodeBody()
1098 VisitDeclarations(closure_scope()->declarations()); in GenerateBytecodeBody()
1128 Variable* generator_object_var = closure_scope()->generator_object_var(); in AllocateTopLevelRegisters()
1135 } else if (closure_scope()->new_target_var()) { in AllocateTopLevelRegisters()
1138 Variable* new_target_var = closure_scope()->new_target_var(); in AllocateTopLevelRegisters()
1284 if (!closure_scope()->is_module_scope()) return; in VisitModuleNamespaceImports()
1289 ModuleDescriptor* descriptor = closure_scope()->AsModuleScope()->module(); in VisitModuleNamespaceImports()
1295 Variable* var = closure_scope()->LookupLocal(entry->local_name); in VisitModuleNamespaceImports()
1803 expr->pretenure(), closure_scope()->is_function_scope()); in VisitFunctionLiteral()
2677 Variable* var_promise = closure_scope()->promise_var(); in BuildAsyncReturn()
3393 Variable* var_promise = closure_scope()->promise_var(); in BuildAwait()
4710 Scope* scope = closure_scope(); in BuildNewLocalActivationContext()
4711 DCHECK_EQ(current_scope(), closure_scope()); in BuildNewLocalActivationContext()
4755 DeclarationScope* scope = closure_scope(); in BuildLocalActivationContextInitialization()
4833 builder()->CreateArguments(closure_scope()->GetArgumentsType()); in VisitArgumentsObject()
4879 Variable* generator_object_var = closure_scope()->generator_object_var(); in BuildGeneratorObjectVariableInitialization()