Searched refs:IsStringAccess (Results 1 – 2 of 2) sorted by relevance
7022 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in HandleCompoundAssignment()7867 if (expr->IsStringAccess() && expr->GetKeyType() == ELEMENT) { in BuildLoad()7918 if (!expr->key()->IsPropertyName() || expr->IsStringAccess()) { in VisitProperty()10734 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in VisitCountOperation()
1831 bool IsStringAccess() const { in IsStringAccess() function