Home | History | Annotate | Download | only in src

Lines Matching defs:to

38     // Here we try to avoid having to rebuild the string later
166 ElementsKind to = value->OptimalElementsKind();
167 if (IsHoleyElementsKind(kind)) to = GetHoleyElementsKind(to);
168 to = GetMoreGeneralElementsKind(kind, to);
169 JSObject::TransitionElementsKind(holder, to);
173 if (IsFastSmiOrObjectElementsKind(to)) {
231 // Can only be called when the receiver is a JSObject. JSProxy has to be
232 // handled via a trap. Adding properties to primitive values is not
302 // Can only be called when the receiver is a JSObject. JSProxy has to be
303 // handled via a trap. Adding properties to primitive values is not
322 // If the component and attributes are identical, nothing has to be done.
358 // to RequireSlowElements takes care of the required IC clearing and
359 // we don't want to walk the heap twice.
378 // Normalize object to make this operation simple.