Lines Matching defs:JSTemporalInstant
152 class JSTemporalInstant
153 : public TorqueGeneratedJSTemporalInstant<JSTemporalInstant, JSObject> {
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(
181 DECL_PRINTER(JSTemporalInstant)
183 TQ_OBJECT_CONSTRUCTORS(JSTemporalInstant)
441 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
444 V8_WARN_UNUSED_RESULT MaybeHandle<JSTemporalInstant> CreateTemporalInstant(
472 Handle<JSTemporalInstant> instant,