Searched refs:KEYED_PROPERTY (Results 1 – 4 of 4) sorted by relevance
123 DCHECK(assign_type_ == NAMED_PROPERTY || assign_type_ == KEYED_PROPERTY || in object()131 DCHECK(assign_type_ == KEYED_PROPERTY || assign_type_ == PRIVATE_METHOD || in key()
3900 return AssignmentLhsData(KEYED_PROPERTY, nullptr, RegisterList(), object, key, in KeyedProperty()3942 case KEYED_PROPERTY: { in PrepareAssignmentLhs()4490 case KEYED_PROPERTY: { in BuildAssignment()4571 case KEYED_PROPERTY: { in VisitCompoundAssignment()5090 case KEYED_PROPERTY: { in VisitPropertyLoad()5944 case KEYED_PROPERTY: { in VisitCountOperation()6050 case KEYED_PROPERTY: { in VisitCountOperation()
1603 KEYED_PROPERTY, // obj[key] and obj.#key when #key is a private field enumerator1639 return KEYED_PROPERTY; // Use KEYED_PROPERTY for private fields. in GetAssignType()1653 : (super_access ? KEYED_SUPER_PROPERTY : KEYED_PROPERTY); in GetAssignType()
1362 case KEYED_PROPERTY: in VisitProperty()