Bug 193404

Summary: [BigInt] Literal parsing is crashing when used inside a Object Literal
Product: WebKit Reporter: Caio Lima <ticaiolima>
Component: JavaScriptCoreAssignee: Caio Lima <ticaiolima>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Caio Lima 2019-01-14 11:25:30 PST
The current example is now crashing:

```
var x = {y:1n};
```
Comment 1 Caio Lima 2019-01-14 11:43:49 PST
Created attachment 359061 [details]
Patch
Comment 2 Yusuke Suzuki 2019-01-14 14:45:44 PST
Comment on attachment 359061 [details]
Patch

r=me, nice.
Comment 3 Caio Lima 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!
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2019-01-14 16:39:35 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-01-14 16:40:31 PST
<rdar://problem/47270412>