Closed spectranaut closed 6 years ago
Thanks for the find! Probably best to note this in https://github.com/tc39/ecma262/pull/1066 as that's where the normative text for this has been moved to.
I made this change in tc39/ecma262#1066. I'll go ahead and close this now. Thank you @spectranaut!
Hi @domenic,
In AsyncGeneratorFunction line 3:
FunctionAllocate is called with parameter
functionKind = "async generator"
. FunctionAllocate needs one small modification (this function is currently not in the spec proposal):