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

Issue 12297012: Runtime version of declarative native accessors. (Closed)

Created:
7 years, 10 months ago by dcarney
Modified:
7 years, 9 months ago
Reviewers:
Sven Panne
Visibility:
Public.

Description

Runtime version of declarative native accessors. R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13856

Patch Set 1 #

Total comments: 17

Patch Set 2 : round 2 #

Total comments: 7

Patch Set 3 : addressed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+875 lines, -70 lines) Patch
M include/v8.h View 1 2 5 chunks +72 lines, -7 lines 0 comments Download
M src/api.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M src/api.cc View 1 2 8 chunks +211 lines, -45 lines 0 comments Download
M src/factory.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +76 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 6 chunks +203 lines, -10 lines 0 comments Download
M src/objects-debug.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-printer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/SConscript View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-declarative-accessors.cc View 1 2 1 chunk +294 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sven Panne
First round of comments... https://codereview.chromium.org/12297012/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/12297012/diff/1/include/v8.h#newcode1569 include/v8.h:1569: struct AccessorDescriptor { I'm not ...
7 years, 10 months ago (2013-02-19 08:41:16 UTC) #1
drcarney
sven, the last patch has been hanging around for a while. it's ready for review ...
7 years, 9 months ago (2013-03-06 15:43:15 UTC) #2
Sven Panne
LGTM with a few nits. https://codereview.chromium.org/12297012/diff/8001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/12297012/diff/8001/include/v8.h#newcode1612 include/v8.h:1612: bool SetAccessor(Handle<String> name, Add ...
7 years, 9 months ago (2013-03-07 08:18:48 UTC) #3
dcarney
7 years, 9 months ago (2013-03-07 11:43:10 UTC) #4
Message was sent while issue was closed.
Committed manually as r13856 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698