Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:declaration_scope

4243         DeclarationScope* declaration_scope = scope->GetDeclarationScope();
4246 if (declaration_scope->is_script_scope() ||
4247 declaration_scope->is_eval_scope()) {
12419 DeclarationScope* declaration_scope = scope->GetDeclarationScope();
12420 Initialize(declaration_scope->num_parameters() + 1,
12421 declaration_scope->num_stack_slots(), 0);