scope property
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;
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.
Scope? scope;