[Webkit-unassigned] [Bug 190800] [ESNext][BigInt] Implement BigInt64Array and BigUint64Array

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 03:46:26 PDT 2020


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com

--- Comment #1 from Yusuke Suzuki <ysuzuki at apple.com> ---
Because we need to view contiguous int64_t* / uint64_t* memory region via this view, the storage should be just byte sequence. And [] access should wrap the result with JSBigInt when it is accessed from JS world.

-- 
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/20200505/9d0bf8b3/attachment.htm>


More information about the webkit-unassigned mailing list