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

/external/v8/test/mjsunit/
H A Dmirror-array.js43 function testArrayMirror(a, names) { function
123 testArrayMirror([]);
124 testArrayMirror([1]);
125 testArrayMirror([1,2]);
126 testArrayMirror(["a", function(){}, [1,2], 2, /[ab]/]);
130 testArrayMirror(a);
135 testArrayMirror(a, ['x','y']);
138 testArrayMirror(a);

Completed in 1075 milliseconds