Searched refs:nextObj (Results 1 – 1 of 1) sorted by relevance
200 add = function(nextObj, i){ argument208 (typeof nextObj === 'object')209 ? qq.obj2url(nextObj, nextTemp, true)210 : (Object.prototype.toString.call(nextObj) === '[object Function]')211 ? encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj())212 : encodeURIComponent(nextTemp) + '=' + encodeURIComponent(nextObj)