WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 250511
250719
Provide public C API for constructing, checking, and converting BigInts
https://bugs.webkit.org/show_bug.cgi?id=250719
Summary
Provide public C API for constructing, checking, and converting BigInts
Kasper Isager Dalsgarð
Reported
2023-01-17 11:27:52 PST
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()
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-01-17 18:10:18 PST
<
rdar://problem/104360015
>
Yijia Huang
Comment 2
2024-01-23 11:29:44 PST
*** This bug has been marked as a duplicate of
bug 250511
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug