Searched refs:leftCopy (Results 1 – 2 of 2) sorted by relevance
91 var leftCopy = [];99 leftCopy.push(l);102 return scope.mergeNestedRepeated(nestedMerge, separator, leftCopy, rightCopy);
1139 TIntermTyped *leftCopy = node.mLeft->deepCopy(); in TIntermBinary() local1141 ASSERT(leftCopy != nullptr && rightCopy != nullptr); in TIntermBinary()1142 mLeft = leftCopy; in TIntermBinary()