Bug 193404 - [BigInt] Literal parsing is crashing when used inside a Object Literal
Summary: [BigInt] Literal parsing is crashing when used inside a Object Literal
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Caio Lima
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-14 11:25 PST by Caio Lima
Modified: 2019-01-14 16:40 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.19 KB, patch)
2019-01-14 11:43 PST, Caio Lima
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>