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

Issue 1394983005: Restructure Object::SetProperty and related functions. (Closed)

Created:
5 years, 2 months ago by neis
Modified:
5 years, 1 month ago
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

Restructure Object::SetProperty and related functions. This is in preparation of implementing Reflect.set. R=rossberg BUG= Committed: https://crrev.com/d91e9e4f1dec000311d2bb8fae132fdc57faa95a Cr-Commit-Position: refs/heads/master@{#31501}

Patch Set 1 #

Patch Set 2 : Rebase, so that I can follow up with some changes that make use of Jakob's ShouldThrow. #

Patch Set 3 : Redo again, now using ShouldThrow argument. #

Total comments: 9

Patch Set 4 : Rebase. #

Patch Set 5 : Address comments. #

Patch Set 6 : Remove unused macro. #

Patch Set 7 : Rebase. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -289 lines) Patch
M src/api.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M src/api-natives.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/builtins.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 6 11 chunks +71 lines, -52 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 42 chunks +255 lines, -218 lines 1 comment Download
M src/runtime/runtime-array.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime/runtime-classes.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/runtime-object.cc View 1 2 3 4 5 6 4 chunks +10 lines, -8 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (6 generated)
neis
5 years, 2 months ago (2015-10-12 14:19:49 UTC) #1
neis
PTAL
5 years, 2 months ago (2015-10-14 13:31:13 UTC) #3
rossberg
Looks good to me modulo comments, but Toon should have a look as well. https://codereview.chromium.org/1394983005/diff/40001/src/objects.cc ...
5 years, 2 months ago (2015-10-14 15:59:06 UTC) #4
Toon Verwaest
https://codereview.chromium.org/1394983005/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1394983005/diff/40001/src/objects.cc#newcode905 src/objects.cc:905: if (call_fun == nullptr) return Just(true); Shouldn't this case ...
5 years, 2 months ago (2015-10-20 15:25:06 UTC) #5
neis
PTAL https://codereview.chromium.org/1394983005/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1394983005/diff/40001/src/objects.cc#newcode905 src/objects.cc:905: if (call_fun == nullptr) return Just(true); On 2015/10/20 ...
5 years, 2 months ago (2015-10-21 14:42:25 UTC) #6
rossberg
LGTM
5 years, 2 months ago (2015-10-21 15:18:39 UTC) #7
Toon Verwaest
lgtm
5 years, 2 months ago (2015-10-22 11:32:32 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394983005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394983005/120001
5 years, 2 months ago (2015-10-22 14:09:07 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-22 14:52:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1394983005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1394983005/120001
5 years, 2 months ago (2015-10-23 09:19:00 UTC) #15
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-23 09:39:44 UTC) #16
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/d91e9e4f1dec000311d2bb8fae132fdc57faa95a Cr-Commit-Position: refs/heads/master@{#31501}
5 years, 2 months ago (2015-10-23 09:41:34 UTC) #17
Jakob Kummerow
5 years, 1 month ago (2015-10-27 15:51:52 UTC) #19
Message was sent while issue was closed.
https://codereview.chromium.org/1394983005/diff/120001/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/1394983005/diff/120001/src/objects.cc#newcode...
src/objects.cc:1061: UNREACHABLE();
We're hitting this in the wild (crbug.com/548194).

Powered by Google App Engine
This is Rietveld 408576698