Skip to content

Commit b45c6ea

Browse files
committed
don't assert _v_ not undefined if _p_ is fractionalDigits
1 parent 46b871b commit b45c6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec.emu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,8 @@ contributors: Ujjwal Sharma, Younies Mahmoud
679679
1. For each row of <emu-xref href="#table-durationformat-resolvedoptions-properties"></emu-xref>, except the header row, in table order, do
680680
1. Let _p_ be the Property value of the current row.
681681
1. Let _v_ be the value of _df_'s internal slot whose name is the Internal Slot value of the current row.
682-
1. Assert: _v_ is not *undefined*.
682+
1. If _p_ is not "fractionalDigits", then
683+
1. Assert: _v_ is not *undefined*.
683684
1. Perform ! CreateDataPropertyOrThrow(_options_, _p_, _v_).
684685
1. Return _options_.
685686
</emu-alg>

0 commit comments

Comments
 (0)