Searched defs:IsPrivateName (Results 1 – 6 of 6) sorted by relevance
142 DEF_GETTER(Name, IsPrivateName, bool) { in DEF_GETTER() argument
76 bool IsPrivateName() const { return length() > 0 && FirstCharacter() == '#'; } in IsPrivateName() function
141 bool Expression::IsPrivateName() const { in IsPrivateName() function in v8::internal::Expression
1515 bool IsPrivateName() const { return raw_name()->IsPrivateName(); } in IsPrivateName() function
70 bool IsPrivateName() const { return type_ == kPrivateNameIdentifier; } in IsPrivateName() function
6786 TNode<BoolT> CodeStubAssembler::IsPrivateName(TNode<Symbol> symbol) { in IsPrivateName() function in v8::internal::CodeStubAssembler