Home
last modified time | relevance | path

Searched refs:shouldTrackClosedVariables (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp398 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables) in collectFreeVariables()
407 if (shouldTrackClosedVariables) in collectFreeVariables()
566 bool popScopeInternal(ScopeRef& scope, bool shouldTrackClosedVariables) in popScopeInternal() argument
570 …ck[m_scopeStack.size() - 2].collectFreeVariables(&m_scopeStack.last(), shouldTrackClosedVariables); in popScopeInternal()
575 bool popScope(ScopeRef& scope, bool shouldTrackClosedVariables) in popScope() argument
577 return popScopeInternal(scope, shouldTrackClosedVariables); in popScope()
580 bool popScope(AutoPopScopeRef& scope, bool shouldTrackClosedVariables) in popScope() argument
583 return popScopeInternal(scope, shouldTrackClosedVariables); in popScope()