|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainYearMonth > | Constructor (Isolate *isolate, DirectHandle< JSFunction > target, DirectHandle< HeapObject > new_target, DirectHandle< Object > iso_year, DirectHandle< Object > iso_month, DirectHandle< Object > calendar_like, DirectHandle< Object > reference_iso_day) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainYearMonth > | From (Isolate *isolate, DirectHandle< Object > item, DirectHandle< Object > options) |
|
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< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > other) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainYearMonth > | With (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > temporal_year_month_like, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainDate > | ToPlainDate (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > item) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSReceiver > | GetISOFields (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainYearMonth > | Add (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > temporal_duration_like, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalPlainYearMonth > | Subtract (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > temporal_duration_like, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalDuration > | Until (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > other, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< JSTemporalDuration > | Since (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > other, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToString (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month, DirectHandle< Object > options) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToJSON (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > year_month) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< String > | ToLocaleString (Isolate *isolate, DirectHandle< JSTemporalPlainYearMonth > plain_date, DirectHandle< Object > locales, DirectHandle< Object > options) |
|
Definition at line 778 of file js-temporal-objects.h.