Searched defs:IsPropertyName (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ | ||
D | ast-value-factory.cc | 127 bool AstValue::IsPropertyName() const { in IsPropertyName() function in v8::internal::AstValue |
D | ast.h | 319 virtual bool IsPropertyName() const { return false; } in IsPropertyName() function |