The Stack / Context / Scope

Wondering if anyone can clarify if the Global Stack Frame has a [[Scope]] property like functions do. i know this property applies to only some browsers. Im trying to understand how the interpreter creates the first stack frame (global scope). thanks for the help.

Is section 10.2.3 of ECMA-262 of any help?

Thanks Paul!

i will read and try to understand. :slight_smile: