[Webkit-unassigned] [Bug 250719] New: Provide public C API for constructing, checking, and converting BigInts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 11:27:52 PST 2023


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

            Bug ID: 250719
           Summary: Provide public C API for constructing, checking, and
                    converting BigInts
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Mac (Apple Silicon)
                OS: macOS 13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kasperisager at hey.com

Originally mentioned in relation to https://bugs.webkit.org/show_bug.cgi?id=250511, the public JavaScriptCore C API is currently missing functions for constructing BigInts, checking if a value is a BigInt, and converting BigInts to C primitives. Something akin to the following set of functions would be fantastic:

- JSValueIsBigInt()
- JSValueMakeBigInt64()
- JSValueMakeBigUInt64()
- JSValueToBigInt64()
- JSValueToBigUInt64()

-- 
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/20230117/d8ea5243/attachment.htm>


More information about the webkit-unassigned mailing list