Searched refs:shouldTrackClosedVariables (Results 1 – 1 of 1) sorted by relevance
398 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables) in collectFreeVariables()407 if (shouldTrackClosedVariables) in collectFreeVariables()566 bool popScopeInternal(ScopeRef& scope, bool shouldTrackClosedVariables) in popScopeInternal() argument570 …ck[m_scopeStack.size() - 2].collectFreeVariables(&m_scopeStack.last(), shouldTrackClosedVariables); in popScopeInternal()575 bool popScope(ScopeRef& scope, bool shouldTrackClosedVariables) in popScope() argument577 return popScopeInternal(scope, shouldTrackClosedVariables); in popScope()580 bool popScope(AutoPopScopeRef& scope, bool shouldTrackClosedVariables) in popScope() argument583 return popScopeInternal(scope, shouldTrackClosedVariables); in popScope()