Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/get-intrinsic/test/
DGetIntrinsic.js235 forEach(asyncGenFns, function (asyncGenFn) { argument
236 var fnName = asyncGenFn.name;
239 …t.ok(asyncGenFn instanceof $AsyncGeneratorFunction, fnName + ' instanceof %AsyncGeneratorFunction%…
240 …t.ok($isProto($AsyncGeneratorFunctionPrototype, asyncGenFn), '%AsyncGenerator% is prototype of ' +…
241 …t.ok($isProto($AsyncGeneratorPrototype, asyncGenFn.prototype), '%AsyncGeneratorPrototype% is proto…