Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc2067 Scope* outer_scope_end, Scope* cache_scope, in Lookup() argument
2135 if (scope->outer_scope_ == outer_scope_end) break; in Lookup()
2139 return LookupWith(proxy, scope, outer_scope_end, cache_scope, in Lookup()
2145 return LookupSloppyEval(proxy, scope, outer_scope_end, cache_scope, in Lookup()
2156 return Lookup<kDeserializedScope>(proxy, scope, outer_scope_end, in Lookup()
2175 VariableProxy* proxy, Scope* scope, Scope* outer_scope_end,
2178 VariableProxy* proxy, Scope* scope, Scope* outer_scope_end,
2182 Scope* outer_scope_end, Scope* cache_scope, in LookupWith() argument
2188 ? Lookup<kParsedScope>(proxy, scope->outer_scope_, outer_scope_end, in LookupWith()
2191 outer_scope_end, cache_scope); in LookupWith()
[all …]
Dscopes.h690 Scope* outer_scope_end, Scope* cache_scope = nullptr,
693 Scope* outer_scope_end, Scope* cache_scope,
696 Scope* outer_scope_end, Scope* cache_scope,