archives

« Bugzilla Issues Index

#3462 — 14.4.12 InstantiateFunctionObject: Missing call to SetFunctionName


14.4.12 Runtime Semantics: InstantiateFunctionObject

Production:
GeneratorDeclaration : function * ( FormalParameters ) { GeneratorBody }

Add `SetFunctionName(F, "default")`, cf. 14.1.22 step 5.


fixed in rev30 editor's draft


fixed in rev30