Searched refs:SubarrayTestCase (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | sharedarraybuffer.js | 226 function SubarrayTestCase(constructor, item, expectedResultLen, class 239 SubarrayTestCase(constructor, item, 512, 512, 1024, 512, 1024); 240 SubarrayTestCase(constructor, item, 512, 512, 1024, 512); 242 SubarrayTestCase(constructor, item, 0, undefined, 0, 1, 20); 243 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 100); 244 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 1000); 245 SubarrayTestCase(constructor, item, 0, undefined, 100, 5, 1); 247 SubarrayTestCase(constructor, item, 1, 89, 100, -11, -10); 248 SubarrayTestCase(constructor, item, 9, 90, 100, -10, 99); 249 SubarrayTestCase(constructor, item, 0, undefined, 100, -10, 80); [all …]
|
/external/v8/test/mjsunit/es6/ |
D | typedarray.js | 328 function SubarrayTestCase(constructor, item, expectedResultLen, expectedStartIndex, class 341 SubarrayTestCase(constructor, item, 512, 512, 1024, 512, 1024); 342 SubarrayTestCase(constructor, item, 512, 512, 1024, 512); 344 SubarrayTestCase(constructor, item, 0, undefined, 0, 1, 20); 345 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 100); 346 SubarrayTestCase(constructor, item, 100, 0, 100, 0, 1000); 347 SubarrayTestCase(constructor, item, 0, undefined, 100, 5, 1); 349 SubarrayTestCase(constructor, item, 1, 89, 100, -11, -10); 350 SubarrayTestCase(constructor, item, 9, 90, 100, -10, 99); 351 SubarrayTestCase(constructor, item, 0, undefined, 100, -10, 80); [all …]
|