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

/external/chromium_org/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]));
/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 130 milliseconds