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

Issue 1748633002: [json] Fix iteration over object keys in InternalizeJSONProperty. (Closed)

Created:
4 years, 9 months ago by neis
Modified:
4 years, 9 months ago
Reviewers:
caitp (gmail), Yang
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[json] Fix iteration over object keys in InternalizeJSONProperty. We must not use for-of since that could be observed. R=yangguo@chromium.org BUG=v8:4769 LOG=n Committed: https://crrev.com/0ad44590e0a3bdbd2c677bba24cb574dc65d0bd9 Cr-Commit-Position: refs/heads/master@{#34387}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -2 lines) Patch
M src/js/json.js View 2 chunks +6 lines, -2 lines 2 comments Download
A test/mjsunit/regress/regress-4769.js View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
neis
ptal
4 years, 9 months ago (2016-02-29 16:27:57 UTC) #2
caitp (gmail)
https://codereview.chromium.org/1748633002/diff/1/src/js/json.js File src/js/json.js (right): https://codereview.chromium.org/1748633002/diff/1/src/js/json.js#newcode54 src/js/json.js:54: var keys = %object_keys(val); I believe this is still ...
4 years, 9 months ago (2016-02-29 16:48:10 UTC) #4
caitp (gmail)
https://codereview.chromium.org/1748633002/diff/1/src/js/json.js File src/js/json.js (right): https://codereview.chromium.org/1748633002/diff/1/src/js/json.js#newcode54 src/js/json.js:54: var keys = %object_keys(val); On 2016/02/29 16:48:10, caitp wrote: ...
4 years, 9 months ago (2016-02-29 17:01:09 UTC) #5
Yang
lgtm
4 years, 9 months ago (2016-03-01 11:32:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1748633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1748633002/1
4 years, 9 months ago (2016-03-01 11:33:06 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/11688)
4 years, 9 months ago (2016-03-01 11:36:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1748633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1748633002/1
4 years, 9 months ago (2016-03-01 11:50:03 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-01 11:51:59 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 11:53:37 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0ad44590e0a3bdbd2c677bba24cb574dc65d0bd9
Cr-Commit-Position: refs/heads/master@{#34387}

Powered by Google App Engine
This is Rietveld 408576698