[webkit-reviews] review requested: [Bug 175359] [ESNext] Implement BigInt: Front-end parsing and JSBigInt class : [Attachment 325197] RFC - Patch proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 14:01:52 PDT 2017


Caio Lima <ticaiolima at gmail.com> has asked  for review:
Bug 175359: [ESNext] Implement BigInt: Front-end parsing and JSBigInt class
https://bugs.webkit.org/show_bug.cgi?id=175359

Attachment 325197: RFC - Patch proposal

https://bugs.webkit.org/attachment.cgi?id=325197&action=review




--- Comment #4 from Caio Lima <ticaiolima at gmail.com> ---
Created attachment 325197

  --> https://bugs.webkit.org/attachment.cgi?id=325197&action=review

RFC - Patch proposal

Here, I started the implementation of BigIntPrototype and BigIntConstructor.
Now, it's possible to create an BigInt using ```BigInt(<number>)``` on jsc.
It's not spec compliant yet.

I'm planning to finish the BigIntConstructor in this patch and then create
tests. Parsing BigInt literals will be handled in a new Bug.

I would like to get the first Batch of review now, if possible.


More information about the webkit-reviews mailing list