Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js1332 Resize.prototype.checkForOperaMathBug = function (typedArray) { argument
1333 typedArray[0] = -1;
1334 typedArray[0] >>= 0;
1335 if (typedArray[0] != 0xFF) {
1339 return typedArray;