Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h632 bool is_arrow_scope() const { in is_arrow_scope() function
720 return (is_function_scope() && !is_arrow_scope()) || is_module_scope(); in has_this_declaration()
779 DCHECK(!is_arrow_scope() || arguments_ == nullptr); in arguments()
Dscopes.cc660 DCHECK(!is_arrow_scope()); in DeclareArguments()
678 DCHECK(!is_arrow_scope()); in DeclareDefaultFunctionVariables()
1404 scope->AsDeclarationScope()->is_arrow_scope())) { in GetReceiverScope()
2075 DCHECK(!is_arrow_scope()); in AllocateParameterLocals()