Lines Matching refs:function_scope
978 DeclarationScope* function_scope, bool track_unresolved_variables,
1015 DeclarationScope* function_scope, int* num_parameters,
1139 DeclarationScope* function_scope) {
1142 function_scope->LookupLocal(function_name) == nullptr) {
1143 DCHECK_EQ(function_scope, scope());
1144 function_scope->DeclareFunctionVar(function_name);
1151 DeclarationScope* function_scope) {
1153 function_scope);
1244 DeclarationScope* function_scope = NewFunctionScope(kind);
1245 SetLanguageMode(function_scope, LanguageMode::kStrict);
1246 function_scope->set_start_position(pos);
1247 function_scope->set_end_position(pos);
1248 FunctionState function_state(&function_state_, &scope_, function_scope);