Searched refs:IsStringAccess (Results 1 – 2 of 2) sorted by relevance
7189 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in HandleCompoundAssignment()8030 if (expr->IsStringAccess() && expr->GetKeyType() == ELEMENT) { in BuildLoad()8081 if (!expr->key()->IsPropertyName() || expr->IsStringAccess()) { in VisitProperty()11006 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in VisitCountOperation()
1792 bool IsStringAccess() const { in IsStringAccess() function