Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h249 bool PrivateNameLookupSkipsOuterClass() const;
Dscope-info.cc790 bool ScopeInfo::PrivateNameLookupSkipsOuterClass() const { in PrivateNameLookupSkipsOuterClass() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2425 if (PrivateNameLookupSkipsOuterClass()) in ScopeInfoPrint()
/third_party/node/deps/v8/src/ast/
Dscopes.cc252 scope_info->PrivateNameLookupSkipsOuterClass(); in Scope()