Lines Matching defs:Year

1093   // 4. Return the Record { [[Year]]: balancedDate.[[Year]], [[Month]]:
1128 // 3. Set result to ! BalanceISODateTime(result.[[Year]], result.[[Month]],
1137 // 4. Return ? CreateTemporalDateTime(result.[[Year]], result.[[Month]],
1322 // b. Let earlierDateTime be ? CreateTemporalDateTime(earlier.[[Year]],
1373 // 16. Let laterDateTime be ? CreateTemporalDateTime(later.[[Year]],
1882 // 7. Assert: ! IsValidISODate(result.[[Year]], result.[[Month]],
1897 // 9. Return ? CreateTemporalDate(result.[[Year]], result.[[Month]],
2353 // 18. Return the Record { [[Year]]: year, [[Month]]: month, [[Day]]: day,
2396 // 4. Return the Record { [[Year]]: result.[[Year]], [[Month]]:
2479 // 6. Return the new Record { [[Year]]: result.[[Year]],
2518 // 5. Let utc be ? GetEpochFromISOParts(result.[[Year]], result.[[Month]],
3133 CALENDAR_ABSTRACT_OPERATION_INT_ACTION(Year, year, ToIntegerThrowOnInfinity)
3479 // 4. Set year to balancedYearMonth.[[Year]].
3519 // b. Set year to balancedYearMonth.[[Year]].
3535 // c. Set year to balancedYearMonth.[[Year]].
3540 // 16. Return the new Record { [[Year]]: year, [[Month]]: month, [[Day]]: day
3584 // 6. Return the new Record { [[Year]]: addedDate.[[ISOYear]], [[Month]]:
4147 // a. Set balanceResult be ! BalanceISODate(balanceResult.[[Year]],
4171 // 8. Let date1 be ? CreateTemporalDate(balanceResult.[[Year]],
4530 // 4. Return the new Record { [[Year]]: year, [[Month]]: month }.
4985 // b. Return the Record { [[Year]]: year, [[Month]]: month, [[Day]]: day
4995 // c. Return the Record { [[Year]]: year, [[Month]]: month, [[Day]]: day
5233 MaybeHandle<Smi> JSTemporalCalendar::Year(Isolate* isolate,
5435 // 7. Return ? CreateTemporalDate(result.[[Year]], result.[[Month]],