Archive for July 2011

 
 

ECMA-262-5 in detail. Chapter 3.2. Lexical environments: ECMAScript implementation.

Introduction

In this chapter we continue our consideration of lexical environments. In the previous sub chapter 3.1 we clarified the general theory related with the topic. In particular we have learned that the concept of environments is closely related with concepts of static scope and closures.
Read more »