Home
last modified time | relevance | path

Searched defs:IsPrivateName (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dname-inl.h142 DEF_GETTER(Name, IsPrivateName, bool) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/ast/
Dast-value-factory.h76 bool IsPrivateName() const { return length() > 0 && FirstCharacter() == '#'; } in IsPrivateName() function
Dast.cc141 bool Expression::IsPrivateName() const { in IsPrivateName() function in v8::internal::Expression
Dast.h1515 bool IsPrivateName() const { return raw_name()->IsPrivateName(); } in IsPrivateName() function
/third_party/node/deps/v8/src/parsing/
Dpreparser.h70 bool IsPrivateName() const { return type_ == kPrivateNameIdentifier; } in IsPrivateName() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6786 TNode<BoolT> CodeStubAssembler::IsPrivateName(TNode<Symbol> symbol) { in IsPrivateName() function in v8::internal::CodeStubAssembler