Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Dtypedarray-reduce.js93 var simpleArray = new constructor([2,4,6]) variable
96 [[0, 2, 0, simpleArray, 2],
97 [2, 4, 1, simpleArray, 6],
98 [6, 6, 2, simpleArray, 12]],
99 simpleArray, sum, 0);
102 [[1, 2, 0, simpleArray, 2],
103 [2, 4, 1, simpleArray, 8],
104 [8, 6, 2, simpleArray, 48]],
105 simpleArray, prod, 1);
108 [[0, 2, 0, simpleArray, 200],
[all …]
/external/v8/test/mjsunit/
Darray-reduce.js107 var simpleArray = [2,4,6] variable
110 [[0, 2, 0, simpleArray, 2],
111 [2, 4, 1, simpleArray, 6],
112 [6, 6, 2, simpleArray, 12]],
113 simpleArray, sum, 0);
116 [[1, 2, 0, simpleArray, 2],
117 [2, 4, 1, simpleArray, 8],
118 [8, 6, 2, simpleArray, 48]],
119 simpleArray, prod, 1);
122 [[0, 2, 0, simpleArray, 200],
[all …]
/external/v8/test/webkit/
Darray-enumerators-functions-expected.txt29 …ex=-1;copyArray(simpleArray).every(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.pr…
33 …ex=-1;copyArray(simpleArray).every(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.pro…
37 …ex=-1;copyArray(simpleArray).every(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Array.pro…
41 …ex=-1;copyArray(simpleArray).every(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.pr…
45 …=-1;copyArray(simpleArray).every(forwarders[f], increaseLength, 0) is count=0;lastIndex=-1;Array.p…
49 …=-1;copyArray(simpleArray).every(forwarders[f], decreaseLength, 0) is count=0;lastIndex=-1;Array.p…
53 …ex=-1;copyArray(simpleArray).every(forwarders[f], halveLength, 0) is count=0;lastIndex=-1;Array.pr…
57 …=-1;copyArray(simpleArray).forEach(forwarders[f], returnFalse, 0) is count=0;lastIndex=-1;Array.pr…
61 …=-1;copyArray(simpleArray).forEach(forwarders[f], returnTrue, 0) is count=0;lastIndex=-1;Array.pro…
65 …=-1;copyArray(simpleArray).forEach(forwarders[f], returnElem, 0) is count=0;lastIndex=-1;Array.pro…
[all …]
Drun-json-stringify-expected.txt186 return jsonObject.stringify(simpleArray, array);
190 return jsonObject.stringify(simpleArray, null, " ");
194 return jsonObject.stringify(simpleArray, null, 4);
198 return jsonObject.stringify(simpleArray, null, "ab");
202 return jsonObject.stringify(simpleArray, null, 4);
Darray-enumerators-functions.js66 var simpleArray = [0,1,2,3,4,5]; variable
/external/v8/test/webkit/resources/
DJSON-stringify.js26 var simpleArray = ['a', 'b', 'c'];
28 var complexArray = ['a', 'b', 'c',,,simpleObject, simpleArray, [simpleObject,simpleArray]];
29 …ct = {a:"1", b:"2", c:"3", d:undefined, e:null, "":12, get f(){ return simpleArray; }, array: comp…
199 return jsonObject.stringify(simpleArray, array);
202 return jsonObject.stringify(simpleArray, null, " ");
205 return jsonObject.stringify(simpleArray, null, 4);
208 return jsonObject.stringify(simpleArray, null, "ab");
211 return jsonObject.stringify(simpleArray, null, 4);