scope property

Scope? scope
getter/setter pair

Link to the enclosing FunctionExpression, Program, or CatchClause where this variable is declared (defaults to Program if undeclared), or null if this is not a variable.

Implementation

Scope? scope;