Lines Matching refs:MaybeHandle

51   V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalCalendar> Constructor(
56 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> Year(
61 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInYear(
66 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DayOfWeek(
71 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DayOfYear(
76 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> MonthsInYear(
81 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> InLeapYear(
86 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInMonth(
91 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> DaysInWeek(
96 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> DateFromFields(
101 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> MergeFields(
106 static MaybeHandle<String> ToString(Isolate* isolate,
123 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Constructor(
132 V8_WARN_UNUSED_RESULT static MaybeHandle<Smi> Sign(
136 V8_WARN_UNUSED_RESULT static MaybeHandle<Oddball> Blank(
140 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Negated(
144 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalDuration> Abs(
156 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> Constructor(
161 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> Now(
165 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> FromEpochSeconds(
168 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
171 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
174 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant>
178 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalInstant> From(
190 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> Constructor(
197 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> WithCalendar(
202 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> From(
206 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
210 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> Now(
215 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> NowISO(
231 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDateTime> Constructor(
240 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDateTime>
245 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
249 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDateTime> Now(
254 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDateTime> NowISO(
274 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainMonthDay> Constructor(
281 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
297 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainTime> Constructor(
304 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainTime> From(
308 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
312 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainTime> NowISO(
330 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainYearMonth>
337 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
355 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalTimeZone> Now(
359 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalTimeZone> Constructor(
364 static MaybeHandle<Object> ToString(Isolate* isolate,
383 MaybeHandle<String> id(Isolate* isolate) const;
393 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalZonedDateTime> Constructor(
399 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalZonedDateTime>
405 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalZonedDateTime>
411 V8_WARN_UNUSED_RESULT static MaybeHandle<JSReceiver> GetISOFields(
415 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainYearMonth>
420 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainMonthDay>
425 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalZonedDateTime> Now(
430 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalZonedDateTime> NowISO(
441 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
444 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
449 V8_WARN_UNUSED_RESULT MaybeHandle<Object> Calendar##Name( \
465 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalCalendar> GetISO8601Calendar(
469 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalPlainDateTime>
476 V8_WARN_UNUSED_RESULT MaybeHandle<Object> InvokeCalendarMethod(
480 V8_WARN_UNUSED_RESULT MaybeHandle<JSReceiver> ToTemporalCalendar(
484 V8_WARN_UNUSED_RESULT MaybeHandle<JSReceiver> ToTemporalTimeZone(