Searched refs:IsFunctionVariableScope (Results 1 – 9 of 9) sorted by relevance
94 ASSERT(pg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
121 ASSERT(cg_->Scope()->IsFunctionVariableScope()); in FunctionRegScope()
63 if (iter->IsFunctionVariableScope()) { in EnclosingFunctionVariableScope()135 if (iter->IsFunctionVariableScope() && !lexical) { in Find()162 prevScopeNotFunctionScope = !iter->IsFunctionVariableScope(); in Find()362 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
220 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function227 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()233 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
927 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParam()
107 bool IsFunctionVariableScope() const in IsFunctionVariableScope() function114 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()120 ASSERT(IsFunctionVariableScope()); in AsFunctionVariableScope()
345 ASSERT(scope_->IsFunctionVariableScope()); in AddMandatoryParams()
245 if (iter->IsFunctionVariableScope()) { in IterateShadowedVariables()
287 if (!scope->IsFunctionVariableScope()) { in IsScopeValidToPatchLexical()