H A D | js-temporal-objects.cc | 92 int64_t hours; member 163 Isolate* isolate, Handle<BigInt> epoch_nanoseconds, int64_t hours, 169 Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, 266 int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, 270 int64_t TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, 795 int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, in CreateTemporalDuration() 800 // 1. If ! IsValidDuration(years, months, weeks, days, hours, minutes, in CreateTemporalDuration() 804 {years, months, weeks, days, hours, minutes, seconds, in CreateTemporalDuration() 829 // 8. Set object.[[Hours]] to hours. in CreateTemporalDuration() 830 SET_FROM_INT64(object, hours); in CreateTemporalDuration() 793 CreateTemporalDuration( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 846 CreateTemporalDuration( Isolate* isolate, int64_t years, int64_t months, int64_t weeks, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) CreateTemporalDuration() argument 2222 int64_t hours = offset_nanoseconds / 3600000000000; FormatTimeZoneOffsetString() local 2595 int32_t hours = parsed.tzuo_hour; ParseTemporalTimeZoneString() local 2725 int64_t hours = parsed.tzuo_hour; ParseTimeZoneOffsetString() local 3596 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, const char* method_name) BalanceDuration() argument 3609 BalanceDuration(Isolate* isolate, int64_t* days, int64_t* hours, int64_t* minutes, int64_t* seconds, int64_t* milliseconds, int64_t* microseconds, int64_t* nanoseconds, Unit largest_unit, Handle<Object> relative_to_obj, const char* method_name) BalanceDuration() argument 4228 AddInstant(Isolate* isolate, Handle<BigInt> epoch_nanoseconds, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddInstant() argument 4629 AddTime(Isolate* isolate, int64_t hour, int64_t minute, int64_t second, int64_t millisecond, int64_t microsecond, int64_t nanosecond, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds) AddTime() argument 4657 TotalDurationNanoseconds(Isolate* isolate, int64_t days, int64_t hours, int64_t minutes, int64_t seconds, int64_t milliseconds, int64_t microseconds, int64_t nanoseconds, int64_t offset_shift) TotalDurationNanoseconds() argument 4693 Constructor( Isolate* isolate, Handle<JSFunction> target, Handle<HeapObject> new_target, Handle<Object> years, Handle<Object> months, Handle<Object> weeks, Handle<Object> days, Handle<Object> hours, Handle<Object> minutes, Handle<Object> seconds, Handle<Object> milliseconds, Handle<Object> microseconds, Handle<Object> nanoseconds) Constructor() argument [all...] |