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
At runtime, such bindings are instantiated in the VariableDeclarationEnvironment.
There are no other references in the spec about "VariableDeclarationEnvironment", would it be possible that this was intended to be "VariableDeclaration Environment" (this is, the environment that contains the VariableDeclaration?
The text was updated successfully, but these errors were encountered:
Description: Undefined
VariableDeclarationEnvironment
(maybe typo)https://tc39.es/ecma262/#sec-variablestatements-in-catch-blocks
Reads
There are no other references in the spec about "VariableDeclarationEnvironment", would it be possible that this was intended to be "VariableDeclaration Environment" (this is, the environment that contains the
VariableDeclaration
?The text was updated successfully, but these errors were encountered: