HomeSort by relevance Sort by last modified time
    Searched full:typedarrayconstructors (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
typedarrays.js 352 var typedArrayConstructors = [
370 for (var i = 0 ; i < typedArrayConstructors.length; i++) {
371 d.get.call(new typedArrayConstructors[i](10));
381 for(i = 0; i < typedArrayConstructors.lenght; i++) {
382 TestPropertyTypeChecks(typedArrayConstructors[i]);
564 for(i = 0; i < typedArrayConstructors.lenght; i++) {
565 TestEnumerable(typedArrayConstructors[i]);
581 for(i = 0; i < typedArrayConstructors.lenght; i++) {
582 TestArbitary(new typedArrayConstructors[i](10));

Completed in 58 milliseconds