Home | History | Annotate | Download | only in ast

Lines Matching refs:Variable

19   ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone);
20 ZoneList<Variable*> context_locals(scope->ContextLocalCount(), zone);
21 ZoneList<Variable*> context_globals(scope->ContextGlobalCount(), zone);
22 ZoneList<Variable*> strong_mode_free_variables(0, zone);
39 Variable* var = scope->receiver();
54 // Determine use and location of the function variable if it is present.
58 Variable* var = scope->function()->proxy()->var();
137 // order with the variable list anymore. Thus, we first need to sort them by
139 context_locals.Sort(&Variable::CompareIndex);
156 Variable* var = context_locals[i];
167 Variable* var = context_globals[i];
204 // If present, add the function variable name and its index.
476 // variable is a compiler-introduced temporary. However, to avoid conflict
847 Variable* var = scope->LookupLocal(it.local_name());