Searched refs:is_arrow_scope (Results 1 – 4 of 4) sorted by relevance
653 bool is_arrow_scope() const { in is_arrow_scope() function752 return (is_function_scope() && !is_arrow_scope()) || is_module_scope(); in has_this_declaration()810 DCHECK(!is_arrow_scope()); in GetArgumentsType()820 DCHECK_IMPLIES(is_arrow_scope(), arguments_ == nullptr); in arguments()
725 DCHECK(!is_arrow_scope()); in DeclareArguments()744 DCHECK(!is_arrow_scope()); in DeclareDefaultFunctionVariables()1470 scope->AsDeclarationScope()->is_arrow_scope())) { in GetReceiverScope()2183 DCHECK(!is_arrow_scope()); in AllocateParameterLocals()
357 return !declaration_scope->is_arrow_scope() && in ScopeIsSkippableFunctionScope()
732 if (frame_inspector_ != nullptr && !closure_scope_->is_arrow_scope() && in VisitLocalScope()