Searched refs:outer_scope_end (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 2067 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 …]
|
D | scopes.h | 690 Scope* outer_scope_end, Scope* cache_scope = nullptr, 693 Scope* outer_scope_end, Scope* cache_scope, 696 Scope* outer_scope_end, Scope* cache_scope,
|