Lines Matching defs:dtf
111 // 3. Let dtf be ? UnwrapDateTimeFormat(dtf).
144 Handle<JSDateTimeFormat> dtf =
162 isolate, dtf, date_value, false));
170 // 1. Let dtf be this value.
171 // 2. If Type(dtf) is not Object, throw a TypeError exception.
176 // 3. If dtf does not have an [[InitializedDateTimeFormat]] internal slot,
184 Handle<JSDateTimeFormat> dtf =
210 // 8. Return ? FormatDateTimeRange(dtf, x, y)
212 // 8. Return ? FormatDateTimeRangeToParts(dtf, x, y).
213 RETURN_RESULT_OR_FAILURE(isolate, F(isolate, dtf, x, y));
598 // 1. Let dtf be this value.
599 // 2. If Type(dtf) is not Object, throw a TypeError exception.
602 // 3. Let dtf be ? UnwrapDateTimeFormat(dtf).
610 // 4. If dtf.[[BoundFormat]] is undefined, then
613 // 5. Return dtf.[[BoundFormat]].
620 // 4.c. Set dtf.[[BoundFormat]] to F.
623 // 5. Return dtf.[[BoundFormat]].
631 // 1. Let dtf be F.[[DateTimeFormat]].
632 // 2. Assert: Type(dtf) is Object and dtf has an [[InitializedDateTimeFormat]]