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

/external/v8/test/mjsunit/compiler/
H A Dcomplex-for-in.js39 function TestKeyed(m) { function
49 assertArrayEquals(['x','y'], TestKeyed({x:0, y:1}));
50 assertArrayEquals(['0','1'], TestKeyed([1,2]));

Completed in 83 milliseconds