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

Issue 23182003: Push SetAccessor to Template (Closed)

Created:
7 years, 4 months ago by dcarney
Modified:
7 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : now with 50% fewer descriptor arrays #

Total comments: 4

Patch Set 3 : comments addressed #

Patch Set 4 : missed something #

Total comments: 2

Patch Set 5 : rebase, grokdump #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -114 lines) Patch
M include/v8.h View 1 2 3 4 3 chunks +49 lines, -12 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 chunks +68 lines, -53 lines 0 comments Download
M src/factory.cc View 1 2 3 4 2 chunks +51 lines, -10 lines 0 comments Download
M src/macros.py View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 4 4 chunks +11 lines, -5 lines 0 comments Download
M src/objects.cc View 1 2 3 4 1 chunk +75 lines, -22 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M src/objects-printer.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 2 3 4 2 chunks +19 lines, -2 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M tools/v8heapconst.py View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dcarney
7 years, 4 months ago (2013-08-14 11:08:51 UTC) #1
Michael Starzinger
First comment about the API names. Looping in Andreas and Sven about the naming. https://codereview.chromium.org/23182003/diff/1/include/v8.h ...
7 years, 4 months ago (2013-08-20 17:05:40 UTC) #2
Sven Panne
On 2013/08/20 17:05:40, Michael Starzinger wrote: > [...] > - SetDataProperty(), for normal data properties ...
7 years, 4 months ago (2013-08-21 10:01:53 UTC) #3
rossberg
On 2013/08/21 10:01:53, Sven Panne wrote: > On 2013/08/20 17:05:40, Michael Starzinger wrote: > > ...
7 years, 4 months ago (2013-08-21 10:07:07 UTC) #4
dcarney
okay, this is ready for a look I've used the excessive SetNativeDataProperty name, but there's ...
7 years, 4 months ago (2013-08-22 15:51:24 UTC) #5
Sven Panne
Next round of comments. BTW: I'm not sure if "make grokdump" is needed to update ...
7 years, 3 months ago (2013-08-26 07:20:24 UTC) #6
dcarney
https://codereview.chromium.org/23182003/diff/12001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/23182003/diff/12001/src/objects.cc#newcode3135 src/objects.cc:3135: static bool InsertUnique(Name* key, On 2013/08/26 07:20:24, Sven Panne ...
7 years, 3 months ago (2013-08-26 07:32:22 UTC) #7
Michael Starzinger
LGTM. https://codereview.chromium.org/23182003/diff/27001/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/23182003/diff/27001/src/factory.cc#newcode1536 src/factory.cc:1536: Handle<AccessorInfo> accessor(value, isolate()); nit: This can be simplified ...
7 years, 3 months ago (2013-09-03 14:00:56 UTC) #8
dcarney
7 years, 3 months ago (2013-09-04 07:45:51 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r16515 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698