What must be done in order to implement Lexical Scoping?

What must be done in order to implement Lexical Scoping? Correct Answer Reference the current scope chain

In order to implement lexical scoping, the internal state of a JavaScript function object must include not only the code of the function but also a reference to the current scope chain.

Related Questions

What is the fundamental rule of lexical scoping?
What is the opposite approach to the lexical scoping?
Which of the algorithmic languages is lexical scoping standardized in?
What kind of scoping does JavaScript use?
What is the purpose of the dynamic scoping?