Home | History | Annotate | Download | only in src

Lines Matching full:declaration_scope

4539       Scope* declaration_scope = scope->DeclarationScope();
4542 if (declaration_scope->is_global_scope() ||
4543 declaration_scope->is_eval_scope()) {
11925 Scope* declaration_scope = scope->DeclarationScope();
11926 Initialize(declaration_scope->num_parameters() + 1,
11927 declaration_scope->num_stack_slots(), 0);