Home | History | Annotate | Download | only in parsing

Lines Matching refs:function_scope

676     DCHECK_NE(FUNCTION_SCOPE, scope_type);
691 DeclarationScope(zone(), scope(), FUNCTION_SCOPE, kind);
3961 DeclarationScope* function_scope = scope()->AsDeclarationScope();
3962 DeclarationScope* inner_scope = function_scope;
3999 DCHECK_EQ(function_scope, scope());
4000 DCHECK_EQ(function_scope, inner_scope->outer_scope());
4001 impl()->SetLanguageMode(function_scope, inner_scope->language_mode());
4026 DCHECK_EQ(inner_scope, function_scope);
4027 if (is_sloppy(function_scope->language_mode())) {
4028 impl()->InsertSloppyBlockFunctionVarBindings(function_scope);
4036 function_scope->DeclareArguments(ast_value_factory());
4040 function_scope, result,