Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/regenerator-runtime/
Druntime.js119 runtime.isGeneratorFunction = function(genFun) { argument
120 var ctor = typeof genFun === "function" && genFun.constructor;
129 runtime.mark = function(genFun) { argument
131 Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
133 genFun.__proto__ = GeneratorFunctionPrototype;
134 if (!(toStringTagSymbol in genFun)) {
135 genFun[toStringTagSymbol] = "GeneratorFunction";
138 genFun.prototype = Object.create(Gp); class
139 return genFun;
/plugin/combo/resources/library/combo/
H A Dcombo.min.js.map1genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n…
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js.map1genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n…
/plugin/pdfjs/pdfjs/web/
Dviewer.js2787 exports.isGeneratorFunction = function (genFun) { argument
2788 var ctor = typeof genFun === "function" && genFun.constructor;
2792 exports.mark = function (genFun) { argument
2794 Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
2796 genFun.__proto__ = GeneratorFunctionPrototype;
2798 if (!(toStringTagSymbol in genFun)) {
2799 genFun[toStringTagSymbol] = "GeneratorFunction";
2803 genFun.prototype = Object.create(Gp); class
2804 return genFun;
Dviewer.js.map1genFun","__await","record","tryCatch","reject","value","invoke","previousPromise","callInvokeWithM…
/plugin/pdfjs/pdfjs/build/
Dpdf.js12317 exports.isGeneratorFunction = function (genFun) { argument
12318 var ctor = typeof genFun === "function" && genFun.constructor;
12322 exports.mark = function (genFun) { argument
12324 Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
12326 genFun.__proto__ = GeneratorFunctionPrototype;
12328 if (!(toStringTagSymbol in genFun)) {
12329 genFun[toStringTagSymbol] = "GeneratorFunction";
12333 genFun.prototype = Object.create(Gp); class
12334 return genFun;
Dpdf.worker.js847 exports.isGeneratorFunction = function (genFun) { argument
848 var ctor = typeof genFun === "function" && genFun.constructor;
852 exports.mark = function (genFun) { argument
854 Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
856 genFun.__proto__ = GeneratorFunctionPrototype;
858 if (!(toStringTagSymbol in genFun)) {
859 genFun[toStringTagSymbol] = "GeneratorFunction";
863 genFun.prototype = Object.create(Gp); class
864 return genFun;
Dpdf.js.map1genFun","__await","record","tryCatch","previousPromise","callInvokeWithMethodAndArg","defineIterat…
Dpdf.worker.js.map1genFun","__await","record","tryCatch","result","value","invoke","resolve","previousPromise","callI…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1genFun","ctor","mark","awrap","async","pop","skipTempReset","stop","rootEntry","rootRecord","rval"…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js12209genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor ===…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js74644 exports.isGeneratorFunction = function (genFun) {
74645 var ctor = typeof genFun === "function" && genFun.constructor;
74651 exports.mark = function (genFun) {
74653 Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
74655 genFun.__proto__ = GeneratorFunctionPrototype;
74656 define(genFun, toStringTagSymbol, "GeneratorFunction");
74659 genFun.prototype = Object.create(Gp);
74660 return genFun;