H A D | js-temporal-objects.cc | 178 int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, 260 int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2); 4103 int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, in DifferenceISODateTime() 4110 // min2, s2, ms2, mus2, and ns2 are integers. in DifferenceISODateTime() 4120 // min2, s2, ms2, mus2, ns2). in DifferenceISODateTime() 4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2); in DifferenceISODateTime() 4582 int32_t ms2, int32_t mus2, int32_t ns2) { in DifferenceTime() 4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2 in DifferenceTime() 4598 // 7. Let nanoseconds be ns2 − ns1. in DifferenceTime() 4599 dur.nanoseconds = ns2 in DifferenceTime() 4099 DifferenceISODateTime( Isolate* isolate, int32_t y1, int32_t mon1, int32_t d1, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t y2, int32_t mon2, int32_t d2, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2, Handle<JSReceiver> calendar, Unit largest_unit, Handle<Object> options_obj, const char* method_name) DifferenceISODateTime() argument 4579 DifferenceTime(Isolate* isolate, int32_t h1, int32_t min1, int32_t s1, int32_t ms1, int32_t mus1, int32_t ns1, int32_t h2, int32_t min2, int32_t s2, int32_t ms2, int32_t mus2, int32_t ns2) DifferenceTime() argument [all...] |