Searched refs:InLeapYear (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-temporal.cc | 563 TEMPORAL_GET_BY_INVOKE_CALENDAR_METHOD(PlainDate, InLeapYear, inLeapYear) 622 TEMPORAL_GET_BY_INVOKE_CALENDAR_METHOD(PlainDateTime, InLeapYear, inLeapYear) 652 TEMPORAL_GET_BY_INVOKE_CALENDAR_METHOD(PlainYearMonth, InLeapYear, inLeapYear) 802 TEMPORAL_PROTOTYPE_METHOD1(Calendar, InLeapYear, inLeapYear)
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.h | 81 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> InLeapYear(
|
H A D | js-temporal-objects.cc | 5347 MaybeHandle<Oddball> JSTemporalCalendar::InLeapYear( in InLeapYear() function in v8::internal::JSTemporalCalendar
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 4845 V(inLeapYear, InLeapYear) in InitializeGlobal_harmony_temporal() 4978 V(inLeapYear, InLeapYear) in InitializeGlobal_harmony_temporal() 5061 V(inLeapYear, InLeapYear) \ in InitializeGlobal_harmony_temporal() 5232 V(inLeapYear, InLeapYear) in InitializeGlobal_harmony_temporal() 5370 V(inLeapYear, InLeapYear, 1) \ in InitializeGlobal_harmony_temporal()
|
Completed in 22 milliseconds