Lines Matching refs:function_scope
4314 DeclarationScope* function_scope = parameters.scope;
4315 DeclarationScope* inner_scope = function_scope;
4384 DCHECK_EQ(inner_scope, function_scope);
4385 if (is_sloppy(function_scope->language_mode())) {
4386 impl()->InsertSloppyBlockFunctionVarBindings(function_scope);
4389 is_sloppy(function_scope->language_mode()) && !IsConciseMethod(kind);
4392 DCHECK_EQ(function_scope, scope());
4393 DCHECK_EQ(function_scope, inner_scope->outer_scope());
4394 impl()->SetLanguageMode(function_scope, inner_scope->language_mode());
4409 function_scope, VariableMode::kLastLexicalVariableMode);
4421 function_scope->DeclareArguments(ast_value_factory());
4432 function_scope->DeclareArguments(ast_value_factory());
4436 function_scope);
4585 DeclarationScope* function_scope = next_arrow_function_info_.scope;
4587 function_scope);
4588 Scanner::Location loc(function_scope->start_position(),
4590 FormalParametersT parameters(function_scope);
4591 parameters.is_simple = function_scope->has_simple_parameters();