Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h653 bool is_arrow_scope() const { in is_arrow_scope() function
752 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()
Dscopes.cc725 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()
/external/v8/src/parsing/
Dpreparsed-scope-data.cc357 return !declaration_scope->is_arrow_scope() && in ScopeIsSkippableFunctionScope()
/external/v8/src/debug/
Ddebug-scopes.cc732 if (frame_inspector_ != nullptr && !closure_scope_->is_arrow_scope() && in VisitLocalScope()