Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparser.h421 VariableMode mode, Scope* declaration_scope,
426 Scope* declaration_scope, bool* was_added,
430 Scope* declaration_scope, bool* was_added, int var_begin_pos,
/third_party/node/deps/v8/src/objects/
Dscope-info.tq58 declaration_scope: bool: 1 bit;
/third_party/node/deps/v8/src/ast/
Dscopes.cc1718 DeclarationScope* declaration_scope = AsDeclarationScope(); in IsSkippableFunctionScope() local
1719 return !declaration_scope->is_arrow_scope() && in IsSkippableFunctionScope()
1720 declaration_scope->preparse_data_builder() != nullptr; in IsSkippableFunctionScope()