Searched refs:IsFunctionVariableScope (Results 1 – 5 of 5) sorted by relevance
58 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()121 if (iter->IsFunctionVariableScope() && !lexical) { in Find()142 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()182 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
189 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function196 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()202 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
811 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
85 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
265 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()