Searched refs:asyncGenFn (Results 1 – 1 of 1) sorted by relevance
235 forEach(asyncGenFns, function (asyncGenFn) { argument236 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…