Bug 148628 - [ES6] JSON.stringify should ignore object properties that have symbol values and convert the symbol values in array to null
Summary: [ES6] JSON.stringify should ignore object properties that have symbol values ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-30 22:17 PDT by Yusuke Suzuki
Modified: 2015-08-30 22:54 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.58 KB, patch)
2015-08-30 22:31 PDT, Yusuke Suzuki
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-08-30 22:17:53 PDT
[ES6] JSON.stringify should ignore object properties that have symbol values and convert the symbol values in array to null
Comment 1 Yusuke Suzuki 2015-08-30 22:31:28 PDT
Created attachment 260274 [details]
Patch
Comment 2 Saam Barati 2015-08-30 22:50:57 PDT
Comment on attachment 260274 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2015-08-30 22:52:52 PDT
(In reply to comment #2)
> Comment on attachment 260274 [details]
> Patch
> 
> r=me

Wow! Thank you for your review :D
Comment 4 Yusuke Suzuki 2015-08-30 22:54:02 PDT
Committed r189162: <http://trac.webkit.org/changeset/189162>