RESOLVED FIXED 193404
[BigInt] Literal parsing is crashing when used inside a Object Literal
https://bugs.webkit.org/show_bug.cgi?id=193404
Summary [BigInt] Literal parsing is crashing when used inside a Object Literal
Caio Lima
Reported 2019-01-14 11:25:30 PST
The current example is now crashing: ``` var x = {y:1n}; ```
Attachments
Patch (3.19 KB, patch)
2019-01-14 11:43 PST, Caio Lima
no flags
Caio Lima
Comment 1 2019-01-14 11:43:49 PST
Yusuke Suzuki
Comment 2 2019-01-14 14:45:44 PST
Comment on attachment 359061 [details] Patch r=me, nice.
Caio Lima
Comment 3 2019-01-14 16:13:26 PST
(In reply to Yusuke Suzuki from comment #2) > Comment on attachment 359061 [details] > Patch > > r=me, nice. Thank you very much for the review!
WebKit Commit Bot
Comment 4 2019-01-14 16:39:34 PST
Comment on attachment 359061 [details] Patch Clearing flags on attachment: 359061 Committed r239961: <https://trac.webkit.org/changeset/239961>
WebKit Commit Bot
Comment 5 2019-01-14 16:39:35 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-01-14 16:40:31 PST
Note You need to log in before you can comment on or make changes to this bug.