archives

« Bugzilla Issues Index

#3275 — 14.4.12: bad args to GeneratorFunctionCreate()


In 14.4.12 "Runtime Semantics: InstantiateFunctionObject",
step 3 says:
Let F be GeneratorFunctionCreate(
Normal, FormalParameters, body, GeneratorBody, strict).
but 'body' isn't defined, and 'GeneratorBody' isn't a valid Scope.

Delete "body," and probably insert "scope," before "strict".


fixed in ev28 editor's draft


fixed in rev28