Home | History | Annotate | Download | only in src

Lines Matching full:variable

336   void Bind(Variable* variable, HValue* value) {
337 Bind(IndexFor(variable), value);
342 HValue* Lookup(Variable* variable) const {
343 return Lookup(IndexFor(variable));
421 // Map a variable to an environment index. Parameter indices are shifted
424 int IndexFor(Variable* variable) const {
425 Slot* slot = variable->AsSlot();
756 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); }
799 GlobalPropertyAccess LookupGlobalProperty(Variable* var,
819 void HandleGlobalVariableAssignment(Variable* var,
897 HValue* BuildContextChainWalk(Variable* var);