Search

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

/yui3/src/collection/js/
H A Darraylist.js98 * @method indexOf
102 indexOf: function ( needle ) {
103 return YArray.indexOf( this._items, needle );
/yui3/src/test/js/
H A DArrayAssert.js17 * Simple indexOf() implementation for an array. Defers to native
26 if (haystack.indexOf){
27 return haystack.indexOf(needle);
220 * @method indexOf
223 indexOf : function (needle, haystack, index, message) {

Completed in 13 milliseconds