Searched defs:IsPropertyName (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ast/
H A Dast-value-factory.cc139 bool AstValue::IsPropertyName() const { function in class:v8::internal::AstValue
H A Dast.cc77 bool Expression::IsPropertyName() const { function in class:v8::internal::Expression
78 return IsLiteral() && AsLiteral()->IsPropertyName();
917 if (property->key()->IsPropertyName()) {
H A Dast.h311 bool IsPropertyName() const;
1238 bool IsPropertyName() const { return value_->IsPropertyName(); } function in class:v8::internal::final
1241 DCHECK(IsPropertyName());
1246 DCHECK(IsPropertyName());
1791 FeedbackVectorSlotKind kind = key()->IsPropertyName()
1805 return (property->key()->IsPropertyName())

Completed in 192 milliseconds