[Webkit-unassigned] [Bug 230331] Various tweaks in preparation for Temporal.Instant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 19:30:10 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230331

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ross.kirsling at sony.com

--- Comment #4 from Ross Kirsling <ross.kirsling at sony.com> ---
Comment on attachment 438310
  --> https://bugs.webkit.org/attachment.cgi?id=438310
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=438310&action=review

> Source/JavaScriptCore/runtime/ISO8601.h:65
> +    double& operator[](TemporalUnit u) { return m_data[static_cast<uint8_t>(u)]; }
> +    const double& operator[](TemporalUnit u) const { return m_data[static_cast<uint8_t>(u)]; }

Hmm, it doesn't seem like you're using this in this patch, though -- I think it should be added just when the need arises.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210916/3eda2b7a/attachment.htm>


More information about the webkit-unassigned mailing list