Look for references to variables in a scope enclosing the new function literal.
Essentially just calls checkNestedReference() for each variable reference in e`.
context
expression to check
true if error occurs.
See Implementation
Look for references to variables in a scope enclosing the new function literal.
Essentially just calls checkNestedReference() for each variable reference in e`.