Lines Matching refs:function_scope
967 FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope,
1009 DeclarationScope* function_scope,
1141 DeclarationScope* function_scope) {
1143 function_scope->LookupLocal(function_name) == nullptr) {
1144 DCHECK_EQ(function_scope, scope());
1145 function_scope->DeclareFunctionVar(function_name);
1152 DeclarationScope* function_scope) {
1154 function_scope);
1253 DeclarationScope* function_scope = NewFunctionScope(kind);
1254 SetLanguageMode(function_scope, LanguageMode::kStrict);
1255 function_scope->set_start_position(pos);
1256 function_scope->set_end_position(pos);
1257 FunctionState function_state(&function_state_, &scope_, function_scope);