Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc413 bool ISOYearMonthWithinLimits(int32_t year, int32_t month) { in ISOYearMonthWithinLimits() function
732 // 4. If ! ISOYearMonthWithinLimits(isoYear, isoMonth) is false, throw a in CreateTemporalYearMonth()
734 if (!ISOYearMonthWithinLimits(iso_year, iso_month)) { in CreateTemporalYearMonth()

Completed in 10 milliseconds