Searched refs:IsFunctionVariableScope (Results 1 – 9 of 9) sorted by relevance
60 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()123 if (iter->IsFunctionVariableScope() && !lexical) { in Find()147 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()315 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
211 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function218 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()224 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
867 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
85 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
121 ASSERT(cg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
104 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function111 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()117 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
334 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParams()
187 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
265 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()