Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/harmony/
Dtypedarray-species.js9 var typedArrayConstructors = [ variable
21 for (let constructor of typedArrayConstructors) {
30 for (let constructor of typedArrayConstructors) {
42 for (let constructor of typedArrayConstructors) {
60 for (let constructor of typedArrayConstructors) {
77 for (let constructor of typedArrayConstructors) {
Dsharedarraybuffer.js300 var typedArrayConstructors = [ variable
317 for (var i = 0; i < typedArrayConstructors.length; i++) {
318 var ctor = typedArrayConstructors[i];
330 for(i = 0; i < typedArrayConstructors.length; i++) {
331 TestPropertyTypeChecks(typedArrayConstructors[i]);
549 for(i = 0; i < typedArrayConstructors.length; i++) {
550 TestEnumerable(typedArrayConstructors[i]);
565 for(i = 0; i < typedArrayConstructors.length; i++) {
566 TestArbitrary(MakeSharedTypedArray(typedArrayConstructors[i], 10));
571 for(i = 0; i < typedArrayConstructors.length; i++) {
[all …]
/external/v8/test/mjsunit/es6/
Dtypedarray-foreach.js7 var typedArrayConstructors = [ variable
135 for (var i = 0; i < typedArrayConstructors.length; i++) {
137 a = new typedArrayConstructors[i](4);
153 for (i = 0; i < typedArrayConstructors.length; i++) {
154 TestTypedArrayForEach(typedArrayConstructors[i]);
Dtypedarray-every.js7 var typedArrayConstructors = [ variable
132 for (var i = 0; i < typedArrayConstructors.length; i++) {
134 a = new typedArrayConstructors[i](4);
150 for (i = 0; i < typedArrayConstructors.length; i++) {
151 TestTypedArrayForEach(typedArrayConstructors[i]);
Dtypedarray-proto.js10 let typedArrayConstructors = [ variable
48 for (let constructor of typedArrayConstructors) {
69 for (let constructor of typedArrayConstructors) {
Dtypedarray.js407 var typedArrayConstructors = [ variable
424 for (var i = 0; i < typedArrayConstructors.length; i++) {
425 var ctor = typedArrayConstructors[i];
437 for(i = 0; i < typedArrayConstructors.length; i++) {
438 TestPropertyTypeChecks(typedArrayConstructors[i]);
729 for(i = 0; i < typedArrayConstructors.length; i++) {
730 TestEnumerable(typedArrayConstructors[i]);
746 for(i = 0; i < typedArrayConstructors.length; i++) {
747 TestArbitrary(new typedArrayConstructors[i](10));
762 for(i = 0; i < typedArrayConstructors.length; i++) {
[all …]
Dtypedarray-set-length.js5 var typedArrayConstructors = [ variable
41 for (var constructor of typedArrayConstructors) {
Dtypedarray-fill.js5 var typedArrayConstructors = [ variable
16 for (var constructor of typedArrayConstructors) {
Dtypedarray-sort.js5 var typedArrayConstructors = [ variable
28 for (var constructor of typedArrayConstructors) {
Dtypedarray-indexing.js5 var typedArrayConstructors = [ variable
17 for (var constructor of typedArrayConstructors) {
Dtypedarray-slice.js5 var typedArrayConstructors = [ variable
17 for (var constructor of typedArrayConstructors) {
Dtypedarray-tostring.js8 var typedArrayConstructors = [ variable
20 for (var constructor of typedArrayConstructors) {
Dtypedarray-copywithin.js5 var typedArrayConstructors = [ variable
17 typedArrayConstructors.forEach(fn);
Dtypedarray-from.js5 var typedArrayConstructors = [ variable
17 for (var constructor of typedArrayConstructors) {
Dtypedarray-of.js9 var typedArrayConstructors = [ variable
135 for (var constructor of typedArrayConstructors) {
Dtypedarray-findindex.js5 var typedArrayConstructors = [ variable
16 for (var constructor of typedArrayConstructors) {
Dtypedarray-find.js5 var typedArrayConstructors = [ variable
16 for (var constructor of typedArrayConstructors) {
Dtypedarray-iteration.js7 var typedArrayConstructors = [ variable
27 for (var constructor of typedArrayConstructors) {
Dtypedarray-reduce.js5 var typedArrayConstructors = [ variable
90 for (var constructor of typedArrayConstructors) {