Bug 305061
| Summary: | [Temporal] Order of operations in Temporal.PlainTime.from is wrong | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Chevalier <tjc> |
| Component: | JavaScriptCore | Assignee: | Tim Chevalier <tjc> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 223166 | ||
Tim Chevalier
Currently, the implementation of this function reads the overflow option before the property bag fields. This is wrong, according to the spec. The test262 test `test/built-ins/Temporal/PlainTime/from/order-of-operations.js` fails because of this bug.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Tim Chevalier
Pull request: https://github.com/WebKit/WebKit/pull/56210
EWS
Committed 305405@main (66872dfe52e5): <https://commits.webkit.org/305405@main>
Reviewed commits have been landed. Closing PR #56210 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/167897646>