Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.cc171 bool AstValue::IsPropertyName() const { in IsPropertyName() function in v8::internal::AstValue
Dast.cc103 bool Expression::IsPropertyName() const { in IsPropertyName() function in v8::internal::Expression
Dast.h1196 bool IsPropertyName() const { return value_->IsPropertyName(); } in IsPropertyName() function