Home | History | Annotate | Download | only in src

Lines Matching defs:assignments

942 // function contains only assignments of this type.
955 // not simple this property assignments.
983 Handle<FixedArray> assignments =
986 assignments->set(i * 3, *names_[i]);
987 assignments->set(i * 3 + 1, Smi::FromInt(assigned_arguments_[i]));
988 assignments->set(i * 3 + 2, *assigned_constants_[i]);
990 return assignments;
1048 // We will potentially reorder the property assignments, so they must be
1170 // Find and mark all assignments to named properties in this (this.x =)
1177 // Propagate the collected information on this property assignments.
2143 // assignment statement. We use a block to collect multiple assignments.
2339 // 'var' initializations are simply assignments (with all the consequences