Home
last modified time | relevance | path

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

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