Searched refs:testArrayMirror (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | mirror-array.js | 43 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);
|
/external/chromium_org/v8/test/mjsunit/ |
D | mirror-array.js | 43 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);
|