Home
last modified time | relevance | path

Searched refs:is_arrow_scope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.h329 bool is_arrow_scope() const { in is_arrow_scope() function
395 return (is_function_scope() && !is_arrow_scope()) || is_module_scope(); in has_this_declaration()
468 DCHECK(!is_arrow_scope() || arguments_ == nullptr); in arguments()
Dscopes.cc323 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()
/external/v8/src/parsing/
Dpattern-rewriter.cc402 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()