Home | History | Annotate | Download | only in debug

Lines Matching refs:Variable

765       ZoneList<Variable*> stack_list(current_scope->StackLocalCount(), zone);
766 ZoneList<Variable*> context_list(
768 ZoneList<Variable*> globals_list(current_scope->ContextGlobalCount(),
772 context_list.Sort(&Variable::CompareIndex);