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

/external/chromium_org/v8/src/
H A Dast.h1687 bool IsStringAccess() const { return is_string_access_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc6616 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) {
7343 if (expr->IsStringAccess()) {
7390 if (!expr->key()->IsPropertyName() || expr->IsStringAccess()) {
10070 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) {

Completed in 72 milliseconds