You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. If Type(_dtf_) is Object and _dtf_ does not have an [[initializedDateTimeFormat]] internal slot and ? InstanceofOperator(dtf, %DateTimeFormat%) is true, then
383
384
1. If _dtf_ does not have an [[InitializedDateTimeFormat]] internal slot and ? InstanceofOperator(_dtf_, %DateTimeFormat%) is equal *true*, then
384
-
1. Let _obj_ be Get(_dtf_, Intl.[[FallbackSymbol]]).
385
-
1. Let _dtf_ be ? RequireObjectCoercible(_obj_).
385
+
1. Let _dtf_ be Get(_dtf_, Intl.[[FallbackSymbol]]).
386
386
</emu-alg>
387
387
</div></emu-normative-optional>
388
388
<emu-alg>
389
-
2. If _dtf_does not have an [[InitializedDateTimeFormat]] internal slot,
389
+
2. If Type(_dtf_) is not Object or _dtf_does not have an [[initializedDateTimeFormat]] internal slot, then
1. If _nf_ does not have an [[InitializedNumberFormat]] internal slot and ? InstanceofOperator(_nf_, %NumberFormat%)is equal *true*, then
462
-
1. Let _obj_ be Get(_nf_, Intl.[[FallbackSymbol]]).
463
-
1. Let _nf_ be ? RequireObjectCoercible(_obj_).
461
+
1. If Type(_nf_) is Object and _nf_ does not have an [[InitializedNumberFormat]] internal slot and ? InstanceofOperator(_nf_, %NumberFormat%) is equal *true*, then
462
+
1. Let _nf_ be Get(_nf_, Intl.[[FallbackSymbol]]).
464
463
</emu-alg>
465
464
</div></emu-normative-optional>
466
465
<emu-alg>
467
-
2. If _nf_ does not have an [[InitializedNumberFormat]] internal slot, then
466
+
2. If Type(_nf_) is not Object or _nf_ does not have an [[InitializedNumberFormat]] internal slot, then
0 commit comments