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

Issue 2328523002: [JSON] call replacer function with correct holder in JSON.stringify (Closed)

Created:
4 years, 3 months ago by caitp
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[JSON] call replacer function with correct holder in JSON.stringify BUG=v8:5363 R=adamk@chromium.org, littledan@chromium.org, cbruni@chromium.org Committed: https://crrev.com/646f1f0a4a5ba38dfb7f7333f6914fce5193ce1d Cr-Commit-Position: refs/heads/master@{#39291}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Nits and more tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -10 lines) Patch
M src/json-stringifier.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/json-stringifier.cc View 1 3 chunks +12 lines, -8 lines 0 comments Download
A test/mjsunit/json-stringify-holder.js View 1 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
caitp
Hi, PTAL A potential improvement would be to have a shorter-lived handle for the initial_value ...
4 years, 3 months ago (2016-09-08 14:48:57 UTC) #1
caitp
Hi, PTAL A potential improvement would be to have a shorter-lived handle for the initial_value ...
4 years, 3 months ago (2016-09-08 14:48:57 UTC) #2
Camillo Bruni
lgtm with nit https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc File src/json-stringifier.cc (right): https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc#newcode215 src/json-stringifier.cc:215: Handle<Object> object, Handle<Object> key, Handle<Object> initial_value) ...
4 years, 3 months ago (2016-09-08 15:45:26 UTC) #7
caitp
https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc File src/json-stringifier.cc (right): https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc#newcode215 src/json-stringifier.cc:215: Handle<Object> object, Handle<Object> key, Handle<Object> initial_value) { On 2016/09/08 ...
4 years, 3 months ago (2016-09-08 15:47:24 UTC) #8
Camillo Bruni
On 2016/09/08 at 15:47:24, caitp wrote: > https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc > File src/json-stringifier.cc (right): > > https://codereview.chromium.org/2328523002/diff/1/src/json-stringifier.cc#newcode215 ...
4 years, 3 months ago (2016-09-08 15:48:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2328523002/20001
4 years, 3 months ago (2016-09-08 17:31:21 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-08 17:57:42 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 17:58:08 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/646f1f0a4a5ba38dfb7f7333f6914fce5193ce1d
Cr-Commit-Position: refs/heads/master@{#39291}

Powered by Google App Engine
This is Rietveld 408576698