Searched defs:matches (Results 1 - 1 of 1) sorted by relevance

/yui3/src/collection/js/
H A Darray-extras.js76 // if it finds an item that matches the current input array item (a
269 first item that matches the supplied function.
319 @return {Object} An object with two properties: `matches` and `rejects`. Each is
326 matches: [],
331 var set = f.call(o, item, index, a) ? results.matches : results.rejects;

Completed in 26 milliseconds