Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.h43 class JSTemporalPlainDate;
96 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> DateFromFields(
186 class JSTemporalPlainDate class
187 : public TorqueGeneratedJSTemporalPlainDate<JSTemporalPlainDate, JSObject> {
190 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> Constructor(
197 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> WithCalendar(
198 Isolate* isolate, Handle<JSTemporalPlainDate> plain_date,
202 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> From(
207 Isolate* isolate, Handle<JSTemporalPlainDate> plain_date);
210 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> No
[all...]
H A Djs-temporal-objects.cc282 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalPlainDate> CalendarDateAdd(
493 MaybeHandle<JSTemporalPlainDate> CreateTemporalDate( in CreateTemporalDate()
505 THROW_INVALID_RANGE(JSTemporalPlainDate); in CreateTemporalDate()
511 THROW_INVALID_RANGE(JSTemporalPlainDate); in CreateTemporalDate()
519 JSTemporalPlainDate) in CreateTemporalDate()
533 MaybeHandle<JSTemporalPlainDate> CreateTemporalDate( in CreateTemporalDate()
1417 return handle(Handle<JSTemporalPlainDate>::cast(item)->calendar(), isolate); in GetTemporalCalendarWithISODefault()
1594 MaybeHandle<JSTemporalPlainDate> DateFromFields(Isolate* isolate, in DateFromFields()
1598 return FromFields<JSTemporalPlainDate>( in DateFromFields()
1781 MaybeHandle<JSTemporalPlainDate> ToTemporalDat
[all...]
H A Djs-temporal-objects-inl.h73 TEMPORAL_DATE_INLINE_GETTER_SETTER(JSTemporalPlainDate, year_month_day)
85 TQ_OBJECT_CONSTRUCTORS_IMPL(JSTemporalPlainDate)
H A Dobject-list-macros.h170 V(JSTemporalPlainDate) \
H A Djs-objects.cc2456 return JSTemporalPlainDate::kHeaderSize; in GetHeaderSize()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-temporal.cc543 isolate, JSTemporalPlainDate::Constructor( in BUILTIN()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2224 void JSTemporalPlainDate::JSTemporalPlainDatePrint(std::ostream& os) { in JSTemporalPlainDatePrint()
2225 JSObjectPrintHeader(os, *this, "JSTemporalPlainDate"); in JSTemporalPlainDatePrint()

Completed in 20 milliseconds