Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(770)

Issue 187053003: Fix issues with JSON stringify replacer array (Closed)

Created:
6 years, 9 months ago by arv (Not doing code reviews)
Modified:
6 years, 9 months ago
Reviewers:
Yang
CC:
v8-dev, Toon Verwaest
Visibility:
Public.

Description

Fix issues with JSON stringify replacer array If the replacer array contains a property key we should include the property even if the property is non enumerable or if it is a non own property. String and Number wrappers in the replacer array should be treated as string and number values. R=yangguo@chromium.org BUG=v8:3200, v8:3201 LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=19685

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -6 lines) Patch
M src/json.js View 1 chunk +11 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-3135.js View 2 chunks +22 lines, -2 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
arv (Not doing code reviews)
Let me know if you want me to split this into two patches? https://codereview.chromium.org/187053003/diff/30001/test/mjsunit/regress/regress-3135.js File ...
6 years, 9 months ago (2014-03-04 21:43:41 UTC) #1
Yang
On 2014/03/04 21:43:41, arv wrote: > Let me know if you want me to split ...
6 years, 9 months ago (2014-03-05 07:36:56 UTC) #2
arv (Not doing code reviews)
On 2014/03/05 07:36:56, Yang wrote: > On 2014/03/04 21:43:41, arv wrote: > > Let me ...
6 years, 9 months ago (2014-03-05 14:35:56 UTC) #3
Yang
On 2014/03/05 14:35:56, arv wrote: > On 2014/03/05 07:36:56, Yang wrote: > > On 2014/03/04 ...
6 years, 9 months ago (2014-03-06 09:46:07 UTC) #4
Yang
Committed patchset #1 manually as r19685 (tree was closed).
6 years, 9 months ago (2014-03-06 09:51:00 UTC) #5
arv (Not doing code reviews)
6 years, 9 months ago (2014-03-06 16:37:31 UTC) #6
Message was sent while issue was closed.
On 2014/03/06 09:51:00, Yang wrote:
> Committed patchset #1 manually as r19685 (tree was closed).

Thanks

Powered by Google App Engine
This is Rietveld 408576698