Searched defs:classOrObj (Results 1 – 1 of 1) sorted by relevance
38 module.exports.method = function (classOrObj, method, maxRunning) { argument41 classOrObj.prototype[method] = limit(func, maxRunning) class91 module.exports.promise.method = function (classOrObj, method, maxRunning) { argument