archives

« Bugzilla Issues Index

#4292 — 12.1 Intl.DateTimeFormat: Missing ReturnIfAbrupt + editorial


12.1 The Intl.DateTimeFormat Constructor

Step 4: Missing ReturnIfAbrupt after CanonicalizeLocaleList

Step 5: Missing ReturnIfAbrupt after ToDateTimeOptions

Step 7: Missing ReturnIfAbrupt after GetOption

Step 17.a: Missing ReturnIfAbrupt after ToString

Step 17.b: Missing word "is"
> If IsValidTimeZoneName(tz) is false, then

Step 21.b: Missing ReturnIfAbrupt after GetOption

Step 30: Missing ReturnIfAbrupt after GetOption


> Step 4: Missing ReturnIfAbrupt after CanonicalizeLocaleList

Fixed.

> Step 5: Missing ReturnIfAbrupt after ToDateTimeOptions

Fixed.

> Step 7: Missing ReturnIfAbrupt after GetOption

Fixed.

> Step 17.a: Missing ReturnIfAbrupt after ToString

Fixed.

> Step 17.b: Missing word "is"
> If IsValidTimeZoneName(tz) is false, then

Fixed.

> Step 21.b: Missing ReturnIfAbrupt after GetOption

Fixed.

> Step 30: Missing ReturnIfAbrupt after GetOption

Fixed.