Searched refs:newtestArray (Results 1 – 3 of 3) sorted by relevance
141 const newtestArray = testArray.slice(1, 3) constant143 if (newtestArray[i] !== subArrayList[i]) {
189 const newtestArray = testArray.slice(1, 3) constant191 if (newtestArray[i] * 2 !== subVector[i]) {
124 const newtestArray = testArray.slice(1, 3); constant126 if (newtestArray[i] !== subList[i]) {