You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 10. Remove asyncContext from the execution context stack and restore the execution context that is at the top of the execution context stack as the running execution context.
10265
10266
// 11. Set the code evaluation state of asyncContext such that when evaluation is resumed with a Completion completion, the following steps of the algorithm that invoked Await will be performed, with completion available.
assert.areEqual(asyncGeneratorFunctionPrototype,Object.getPrototypeOf(instance.cagf),"Async generator class method should have the same prototype as async generator function");
230
+
assert.areEqual(asyncGeneratorFunctionPrototype,Object.getPrototypeOf(cla.scagf),"Async generator class static method should have the same prototype as async generator function");
231
+
assert.areEqual(asyncGeneratorFunctionPrototype,Object.getPrototypeOf(obj.oagf),"Async generator object method should have the same prototype as async generator function");
0 commit comments