-
Function is Created
- Subtopic 1
- 循环
-
Function Created
- Assign [[Scope]] 属性
-
Function Called
-
create execution context
- Create Activation Object
- Create Argument Object
-
Assign Scope
- 取出Function Created创建的[[Scope]]值,加上Activation Object
-
variable instantiation
- Using Variable Object . However , The Activation Object is used as Variable Object . They are the same object
- The function's formal parameters
- Inner function objects
- Local variables declared within the function
- this keyword