Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/regenerator-runtime/
Druntime.js119 runtime.isGeneratorFunction = function(genFun) { argument
129 runtime.mark = function(genFun) { argument
138 genFun.prototype = Object.create(Gp); class
/plugin/pdfjs/pdfjs/web/
Dviewer.js2787 exports.isGeneratorFunction = function (genFun) { argument
2792 exports.mark = function (genFun) { argument
2803 genFun.prototype = Object.create(Gp); class
/plugin/pdfjs/pdfjs/build/
Dpdf.js12317 exports.isGeneratorFunction = function (genFun) { argument
12322 exports.mark = function (genFun) { argument
12333 genFun.prototype = Object.create(Gp); class
Dpdf.worker.js847 exports.isGeneratorFunction = function (genFun) { argument
852 exports.mark = function (genFun) { argument
863 genFun.prototype = Object.create(Gp); class