Lines Matching refs:transitioning
1598 bool transitioning = true;
1605 while (transitioning) {
1617 // possible. Transitioning may abort if the key is not a string, or if no
1632 transitioning = !target.is_null();
1634 transitioning = false;
1642 // If still transitioning and the value fits the field representation
1644 // that we can copy them all at once. Otherwise, stop transitioning.
1645 if (transitioning) {
1667 transitioning = false;
1671 // Fell out of transitioning fast path. Commit the properties gathered so
1673 DCHECK(!transitioning);
1689 // At this point, transitioning should be done, but at least one property
1692 DCHECK(!transitioning);