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

Issue 2495393002: ValueSerializer: Don't throw an exception after SetPropertiesFromKeyValuePairs fails. (Closed)

Created:
4 years, 1 month ago by jbroman
Modified:
4 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

ValueSerializer: Don't throw an exception after SetPropertiesFromKeyValuePairs fails. It always throws an exception in the cases that it fails, so throwing another doesn't help things. BUG=chromium:664416 Committed: https://crrev.com/054e17796df10ed65e0381691ab092794f9aee2e Cr-Commit-Position: refs/heads/master@{#40999}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M src/value-serializer.cc View 2 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
jbroman
That function can only fail if LookupIterator::PropertyOrElement fails or JSObject::DefineOwnPropertyIgnoreAttributes fails. In either case, the ...
4 years, 1 month ago (2016-11-14 19:16:12 UTC) #7
Jakob Kummerow
lgtm
4 years, 1 month ago (2016-11-15 10:05:02 UTC) #8
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/2495393002/1
4 years, 1 month ago (2016-11-15 15:14:29 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 1 month ago (2016-11-15 15:16:29 UTC) #11
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:34:27 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/054e17796df10ed65e0381691ab092794f9aee2e
Cr-Commit-Position: refs/heads/master@{#40999}

Powered by Google App Engine
This is Rietveld 408576698