Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js18 if (typeof target === 'function' && !target.isGenfun) {
41 if (typeof arg === 'function' && !arg.isGenfun) {
45 if (typeof arg === 'function' && !arg.isGenfun) {
174 } else if (typeof target[name] === 'function' && !target[name].isGenfun) {
/third_party/node/deps/npm/node_modules/genfun/lib/
Dmethod.js38 !object.isGenfun
Dgenfun.js40 Genfun.prototype.isGenfun = true method in Genfun