Lines Matching refs:ms2
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,
4110 // min2, s2, ms2, mus2, and ns2 are integers.
4120 // min2, s2, ms2, mus2, ns2).
4122 isolate, h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, ns2);
4582 int32_t ms2, int32_t mus2, int32_t ns2) {
4585 // 1. Assert: h1, min1, s1, ms1, mus1, ns1, h2, min2, s2, ms2, mus2, and ns2
4594 // 5. Let milliseconds be ms2 − ms1.
4595 dur.milliseconds = ms2 - ms1;