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
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
As far as I can tell, this spec's step 1 (performing FunctionDeclarationInstantiation) is handled in the ES spec by OrdinaryCallEvaluateBody, so it shouldn't be in the runtime semantics here.
The text was updated successfully, but these errors were encountered:
Confirmed this is how it should work, and even managed to find a bug in tc39/ecma262#692 while doing so (it didn't carry over the update to OrdinaryCallEvaluateBody). Closing!
As far as I can tell, this spec's step 1 (performing FunctionDeclarationInstantiation) is handled in the ES spec by OrdinaryCallEvaluateBody, so it shouldn't be in the runtime semantics here.
The text was updated successfully, but these errors were encountered: