OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testmany
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/mjsunit/
keyed-call-generic.js
36
function
testMany
(receiver, keys, results) {
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 150 milliseconds