Lines Matching refs:VarBinder
58 scope = checker->VarBinder()->VarScope() != nullptr ? checker->VarBinder()->VarScope()
59 : checker->VarBinder()->TopScope();
61 auto expressionCtx = varbinder::LexicalScope<varbinder::Scope>::Enter(checker->VarBinder(), scope);
75 InitScopesPhaseETS::RunExternalNode(blockExpression, checker->VarBinder());
76 checker->VarBinder()->AsETSBinder()->ResolveReferencesForScope(blockExpression, NearestScope(blockExpression));
90 scope = checker->VarBinder()->VarScope() != nullptr ? checker->VarBinder()->VarScope()
91 : checker->VarBinder()->TopScope();
93 auto expressionCtx = varbinder::LexicalScope<varbinder::Scope>::Enter(checker->VarBinder(), scope);
146 InitScopesPhaseETS::RunExternalNode(blockExpression, checker->VarBinder());
147 checker->VarBinder()->AsETSBinder()->ResolveReferencesForScope(blockExpression, NearestScope(blockExpression));