ECMA-262-3 in detail. Chapter 4. Scope chain.
Read this article in: Russian, Chinese (version 1, version 2).
Introduction
As we already know from the second chapter concerning the variable object, the data of an execution context (variables, function declarations, and formal parameters of functions) are stored as properties of the variables object.
Read more »
