Searched refs:simpleSparseArray (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Darray-reduce.js145 var simpleSparseArray = [,,,2,,4,,6,,]; variable
147 [[0, 2, 3, simpleSparseArray, 2],
148 [2, 4, 5, simpleSparseArray, 6],
149 [6, 6, 7, simpleSparseArray, 12]],
150 simpleSparseArray, sum, 0);
153 [[1, 2, 3, simpleSparseArray, 2],
154 [2, 4, 5, simpleSparseArray, 8],
155 [8, 6, 7, simpleSparseArray, 48]],
156 simpleSparseArray, prod, 1);
159 [[0, 2, 3, simpleSparseArray, 20000
[all...]

Completed in 35 milliseconds