Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-value-factory.cc127 bool AstValue::IsPropertyName() const { in IsPropertyName() function in v8::internal::AstValue
Dast.h319 virtual bool IsPropertyName() const { return false; } in IsPropertyName() function