Searched refs:is_function_scope (Results 1 – 5 of 5) sorted by relevance
191 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } in is_function_scope() function216 ASSERT(is_function_scope()); in function()223 ASSERT(is_function_scope()); in parameter()
195 if (is_function_scope()) { in Initialize()223 ASSERT(is_function_scope() && function_ == NULL); in DeclareFunctionVar()246 ASSERT(is_function_scope()); in AddParameter()458 if (is_function_scope()) { in Print()781 ASSERT(is_function_scope()); in AllocateParameterLocals()937 if (is_function_scope()) AllocateParameterLocals(); in AllocateVariablesRecursively()948 must_have_local_context = is_function_scope(); in AllocateVariablesRecursively()
131 if (scope->is_function_scope()) { in ScopeInfo()
813 if (scope->is_function_scope()) return true; in Process()
1642 if (top_scope_->is_function_scope()) { in ParseSourceElements()1649 if (top_scope_->is_function_scope()) { in ParseSourceElements()1795 if (top_scope_->is_function_scope()) { in Declare()2336 if (!is_pre_parsing_ && !top_scope_->is_function_scope()) { in ParseReturnStatement()