Searched refs:GETTER (Results 1 – 22 of 22) sorted by relevance
57 case SyntheticAccessorResolver.GETTER: in writeTo()
358 case ObjectLiteral::Property::GETTER: in AssignFeedbackVectorSlots()385 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore() local406 if (!((property->kind() == GETTER && previous_kind == SETTER) || in CalculateEmitStore()407 (property->kind() == SETTER && previous_kind == GETTER))) { in CalculateEmitStore()
1510 case ObjectLiteral::Property::GETTER: in PrintProperties()
1397 GETTER, SETTER, // Property is an accessor function. enumerator
54 public static final int GETTER = 1; field in SyntheticAccessorResolver
454 …accessorType = SyntheticAccessorResolver.GETTER; { p += 1; _goto_targ = 5; if (true) continue _go… in test()
39 define GETTER = 0;
169 accessorType = SyntheticAccessorResolver.GETTER; fbreak;
1302 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1304 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1399 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1485 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1962 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1294 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1296 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1391 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1477 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1954 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1366 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1368 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1463 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1550 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1952 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1333 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1335 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1429 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1513 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1954 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1377 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1379 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1475 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1562 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()2053 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1381 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1383 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1480 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1567 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()2052 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1305 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1307 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1402 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1488 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()2014 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1343 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1345 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1441 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1527 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()2055 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1376 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()1378 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()1474 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1561 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()2053 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
1438 case ObjectLiteral::Property::GETTER: { in VisitClassLiteralProperties()1622 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1715 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1675 case ObjectLiteral::Property::GETTER: { in VisitClassLiteralContents()1845 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()1930 case ObjectLiteral::Property::GETTER: { in VisitObjectLiteral()
2080 is_get ? ObjectLiteralProperty::GETTER : ObjectLiteralProperty::SETTER, in ParsePropertyDefinition()
5909 bool is_getter = property->kind() == ObjectLiteralProperty::GETTER; in SetFunctionNameFromPropertyName()
6152 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()