Home
last modified time | relevance | path

Searched refs:leftCopy (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dshadow-handler.js91 var leftCopy = [];
99 leftCopy.push(l);
102 return scope.mergeNestedRepeated(nestedMerge, separator, leftCopy, rightCopy);
/external/angle/src/compiler/translator/
DIntermNode.cpp1139 TIntermTyped *leftCopy = node.mLeft->deepCopy(); in TIntermBinary() local
1141 ASSERT(leftCopy != nullptr && rightCopy != nullptr); in TIntermBinary()
1142 mLeft = leftCopy; in TIntermBinary()