|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | Constructor (Isolate *isolate, DirectHandle< JSFunction > target, DirectHandle< HeapObject > new_target, DirectHandle< Object > epoch_nanoseconds) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | Now (Isolate *isolate) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | FromEpochSeconds (Isolate *isolate, DirectHandle< Object > epoch_seconds) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | FromEpochMilliseconds (Isolate *isolate, DirectHandle< Object > epoch_milliseconds) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | FromEpochMicroseconds (Isolate *isolate, DirectHandle< Object > epoch_microseconds) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | FromEpochNanoseconds (Isolate *isolate, DirectHandle< Object > epoch_nanoseconds) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | Round (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > round_to) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | From (Isolate *isolate, DirectHandle< Object > item) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalZonedDateTime > | ToZonedDateTime (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > item) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalZonedDateTime > | ToZonedDateTimeISO (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > item) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Smi > | Compare (Isolate *isolate, DirectHandle< Object > one, DirectHandle< Object > two) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Oddball > | Equals (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > other) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | Add (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > temporal_duration_like) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalInstant > | Subtract (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > temporal_duration_like) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToJSON (Isolate *isolate, DirectHandle< JSTemporalInstant > instant) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToLocaleString (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > locales, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToString (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalDuration > | Until (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > other, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalDuration > | Since (Isolate *isolate, DirectHandle< JSTemporalInstant > instant, DirectHandle< Object > other, DirectHandle< Object > options) |
|
Definition at line 258 of file js-temporal-objects.h.