Lines Matching refs:JSTemporalPlainDate
43 class JSTemporalPlainDate;
96 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> DateFromFields(
186 class JSTemporalPlainDate
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> Now(
215 V8_WARN_UNUSED_RESULT static MaybeHandle<JSTemporalPlainDate> NowISO(
217 DECL_PRINTER(JSTemporalPlainDate)
223 TQ_OBJECT_CONSTRUCTORS(JSTemporalPlainDate)