Searched refs:testArrayMirror (Results 1 – 1 of 1) sorted by relevance
43 function testArrayMirror(a, names) { function123 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);