Home
last modified time | relevance | path

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

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