Home
last modified time | relevance | path

Searched refs:target_scope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2207 Scope* target_scope; in LookupWith() local
2211 target_scope = cache_scope; in LookupWith()
2213 target_scope = scope; in LookupWith()
2216 target_scope->NonLocal(proxy->raw_name(), VariableMode::kDynamic); in LookupWith()
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h3990 Scope* target_scope = IsLexicalVariableMode(parsing_result->descriptor.mode) in ParseVariableDeclarations() local
3994 auto declaration_it = target_scope->declarations()->end(); in ParseVariableDeclarations()
4099 auto declaration_end = target_scope->declarations()->end(); in ParseVariableDeclarations()

Completed in 14 milliseconds