Home
last modified time | relevance | path

Searched defs:classOrObj (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/call-limit/
Dcall-limit.js38 module.exports.method = function (classOrObj, method, maxRunning) { argument
41 classOrObj.prototype[method] = limit(func, maxRunning) class
91 module.exports.promise.method = function (classOrObj, method, maxRunning) { argument