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
I was reading chapter 6.3 Variable scope, closure and I came across the Lexical Environment part. I tried to find it in the latest EcmaScript specification and I found only section about Environment Record. There is a difference in the Environment Record structure.
Every Environment Record has an [[OuterEnv]] field, which is either null or a reference to an outer Environment Record.
I was reading chapter 6.3 Variable scope, closure and I came across the Lexical Environment part. I tried to find it in the latest EcmaScript specification and I found only section about Environment Record. There is a difference in the Environment Record structure.
Lexical Environment was removed in this PR: tc39/ecma262#1697.
The text was updated successfully, but these errors were encountered: