Searched refs:IsPropertyName (Results 1 – 14 of 14) sorted by relevance
169 bool IsPropertyName() const;
140 bool AstValue::IsPropertyName() const { in IsPropertyName() function in v8::internal::AstValue
440 if (prop->key()->IsPropertyName()) { in VisitAssignment()488 if (expr->key()->IsPropertyName()) { in VisitProperty()
334 virtual bool IsPropertyName() const { return false; } in IsPropertyName() function1349 virtual bool IsPropertyName() const OVERRIDE { in DECLARE_NODE_TYPE()1350 return value_->IsPropertyName(); in DECLARE_NODE_TYPE()1354 DCHECK(IsPropertyName()); in AsPropertyName()1359 DCHECK(IsPropertyName()); in AsRawPropertyName()
6427 if (!prop->key()->IsPropertyName()) { in BuildStore()6470 if (!prop->key()->IsPropertyName()) { in HandlePropertyAssignment()6616 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in HandleCompoundAssignment()7155 DCHECK(!expr->IsPropertyName()); in HandleKeyedElementAccess()7249 if (expr->key()->IsPropertyName()) { in TryArgumentsAccess()7350 } else if (expr->key()->IsPropertyName()) { in BuildLoad()7390 if (!expr->key()->IsPropertyName() || expr->IsStringAccess()) { in VisitProperty()9001 if (prop->key()->IsPropertyName() && types->length() > 0) { in VisitCall()9011 if (!prop->key()->IsPropertyName()) { in VisitCall()10070 if (!prop->key()->IsPropertyName() || prop->IsStringAccess()) { in VisitCountOperation()
397 if (expression->IsPropertyName()) { in PushPropertyName()
125 (property == NULL) ? VARIABLE : (property->key()->IsPropertyName()) in DetermineLhsKind()1173 if (expr->key()->IsPropertyName()) { in VisitProperty()1221 if (property->key()->IsPropertyName()) { in VisitCall()
1871 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2138 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2302 if (key->IsPropertyName()) { in VisitProperty()2576 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4009 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1810 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2387 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2546 if (key->IsPropertyName()) { in VisitProperty()2803 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4291 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1823 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2397 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2556 if (key->IsPropertyName()) { in VisitProperty()2813 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4302 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1856 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2395 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2549 if (key->IsPropertyName()) { in VisitProperty()2810 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4316 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1881 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2460 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2624 if (key->IsPropertyName()) { in VisitProperty()2894 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4359 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1892 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2477 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2635 if (key->IsPropertyName()) { in VisitProperty()2911 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4345 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()
1878 assign_type = (property->key()->IsPropertyName()) in VisitAssignment()2458 assign_type = (prop->key()->IsPropertyName()) in EmitAssignment()2625 if (key->IsPropertyName()) { in VisitProperty()2894 bool is_named_call = property->key()->IsPropertyName(); in VisitCall()4360 (prop->key()->IsPropertyName()) ? NAMED_PROPERTY : KEYED_PROPERTY; in VisitCountOperation()