Searched refs:is_arrow_scope (Results 1 – 3 of 3) sorted by relevance
329 bool is_arrow_scope() const { in is_arrow_scope() function395 return (is_function_scope() && !is_arrow_scope()) || is_module_scope(); in has_this_declaration()468 DCHECK(!is_arrow_scope() || arguments_ == nullptr); in arguments()
323 if (is_function_scope() && !is_arrow_scope()) { in Initialize()792 (!scope->is_function_scope() || scope->is_arrow_scope())) { in ReceiverScope()1308 DCHECK(arguments != nullptr || is_arrow_scope()); in AllocateParameterLocals()
402 if (!scope()->is_arrow_scope() && !scope()->is_block_scope()) return; in RewriteParameterScopes()407 if (scope()->outer_scope()->is_arrow_scope() && scope()->is_block_scope()) { in RewriteParameterScopes()