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

Issue 22903012: js accessor creation on Template (Closed)

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

Description

js accessor creation on Template R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16321

Patch Set 1 #

Total comments: 16

Patch Set 2 : addressed comments #

Patch Set 3 : forgot something #

Total comments: 1

Patch Set 4 : de-nit #

Patch Set 5 : grokdump #

Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -63 lines) Patch
M include/v8.h View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 4 1 chunk +51 lines, -10 lines 0 comments Download
M src/apinatives.js View 1 1 chunk +20 lines, -7 lines 0 comments Download
M src/heap.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 4 chunks +20 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 3 4 11 chunks +44 lines, -11 lines 0 comments Download
M src/objects-debug.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 2 chunks +31 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 2 chunks +37 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 4 chunks +58 lines, -15 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 6 chunks +63 lines, -6 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M tools/v8heapconst.py View 1 2 3 4 2 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcarney
here's a first round of this it more or less works, but I'm going to ...
7 years, 4 months ago (2013-08-20 15:28:56 UTC) #1
Sven Panne
First round of comments. https://chromiumcodereview.appspot.com/22903012/diff/1/src/api.cc File src/api.cc (right): https://chromiumcodereview.appspot.com/22903012/diff/1/src/api.cc#newcode958 src/api.cc:958: static void TemplateSet(i::Isolate* isolate, I ...
7 years, 4 months ago (2013-08-21 10:46:25 UTC) #2
dcarney
https://chromiumcodereview.appspot.com/22903012/diff/1/src/api.cc File src/api.cc (right): https://chromiumcodereview.appspot.com/22903012/diff/1/src/api.cc#newcode958 src/api.cc:958: static void TemplateSet(i::Isolate* isolate, On 2013/08/21 10:46:25, Sven Panne ...
7 years, 4 months ago (2013-08-21 10:59:33 UTC) #3
dcarney
okay, i think i've addressed everything and things seem more or less to work....
7 years, 4 months ago (2013-08-22 08:34:00 UTC) #4
Sven Panne
LGTM with a nit, but perhaps wait for Michael's review, too. https://codereview.chromium.org/22903012/diff/16/src/runtime.cc File src/runtime.cc (right): ...
7 years, 4 months ago (2013-08-22 08:52:50 UTC) #5
dcarney
nit fixed will wait for michael if he wants in on this
7 years, 4 months ago (2013-08-22 10:41:32 UTC) #6
dcarney
7 years, 3 months ago (2013-08-26 11:59:32 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r16321 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698