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

/external/v8/test/mjsunit/
H A Dkeyed-call-generic.js36 function testMany(receiver, keys, results) { function
91 testMany('123', [toStringNonSymbol, 'charAt', 'charCodeAt'], ['123', '1', 49]);
93 testMany(fixed_array, first3num, first3num);
94 testMany(dict_array, first3num, first3num);
95 testMany(fast_prop, first3str, first3num);
96 testMany(normal_prop, first3str, first3num);

Completed in 55 milliseconds