Home | History | Annotate | Download | only in src

Lines Matching refs:context_list

860       ZoneList<Variable*> context_list(outer_scope->ContextLocalCount());
861 outer_scope->CollectStackAndContextLocals(&stack_list, &context_list);
862 context_list.Sort(&Variable::CompareIndex);
864 for (int i = 0; i < context_list.length(); i++) {
867 context_list[i]->name());
872 Handle<Smi>(Smi::FromInt(context_list[i]->index())));