Searched refs:typedArray (Results 1 – 1 of 1) sorted by relevance
1332 Resize.prototype.checkForOperaMathBug = function (typedArray) { argument1333 typedArray[0] = -1;1334 typedArray[0] >>= 0;1335 if (typedArray[0] != 0xFF) {1339 return typedArray;