Home
last modified time | relevance | path

Searched refs:IsPrivateReference (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h259 bool IsPrivateReference() const { in IsPrivateReference() function in v8::internal::PreParserExpression
578 if (expr.IsPrivateReference()) { in NewOptionalChain()
1043 V8_INLINE bool IsPrivateReference(const PreParserExpression& expression) { in IsPrivateReference() function in v8::internal::PreParser
1044 return expression.IsPrivateReference(); in IsPrivateReference()
H A Dparser.h566 V8_INLINE static bool IsPrivateReference(Expression* expression) { in IsPrivateReference() function in v8::internal::Parser
573 return property != nullptr && property->IsPrivateReference(); in IsPrivateReference()
H A Dparser-base.h3282 if (impl()->IsPrivateReference(expression)) { in ParseUnaryOrPrefixExpression()
/third_party/node/deps/v8/src/ast/
H A Dast.cc968 if (property->IsPrivateReference()) { in GetCallType()
H A Dast.h1624 bool IsPrivateReference() const { return key()->IsPrivateName(); } in IsPrivateReference() function in v8::internal::final
1629 if (property->IsPrivateReference()) { in GetAssignType()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc5843 DCHECK(!property->IsPrivateReference()); in VisitDelete()
5851 DCHECK(!property->IsPrivateReference()); in VisitDelete()

Completed in 38 milliseconds