Home
last modified time | relevance | path

Searched refs:newThis (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/genfun/lib/
Dgenfun.js131 Genfun.prototype.applyGenfun = function applyGenfun (newThis, args) { argument
134 return applicableMethods[0].func.apply(newThis, args)
147 return next.func.apply(newThis, args)
152 return module.exports.noApplicableMethod(this, newThis, args)