Home
last modified time | relevance | path

Searched refs:IsStringAccess (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.cc6675 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()
/external/v8/src/ast/
Dast.h1745 bool IsStringAccess() const { in IsStringAccess() function