Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h98 bool ClassScopeHasPrivateBrand() const;
Dscope-info.cc723 bool ScopeInfo::ClassScopeHasPrivateBrand() const { in ClassScopeHasPrivateBrand() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/ast/
Dscopes.cc200 if (scope_info->ClassScopeHasPrivateBrand()) { in ClassScope()
283 if (scope_info->ClassScopeHasPrivateBrand()) { in DeclarationScope()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2416 if (ClassScopeHasPrivateBrand()) os << "\n - class scope has private brand"; in ScopeInfoPrint()