Searched refs:IsStringAccess (Results 1 – 2 of 2) sorted by relevance
6675 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in HandleCompoundAssignment()7578 if (expr->IsStringAccess() && expr->GetKeyType() == ELEMENT) { in BuildLoad()7635 if (!expr->key()->IsPropertyName() || expr->IsStringAccess()) { in VisitProperty()10550 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in VisitCountOperation()
1745 bool IsStringAccess() const { in IsStringAccess() function