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

Issue 598020: Refactor prototype setting code and expose SetPrototype to public V8 API. (Closed)

Created:
10 years, 10 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Refactor prototype setting code and expose SetPrototype to public V8 API. Committed: http://code.google.com/p/v8/source/detail?r=3829

Patch Set 1 #

Total comments: 4

Patch Set 2 : Reworking as per Mad's comments #

Total comments: 2

Patch Set 3 : Next round of Mad's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -35 lines) Patch
M include/v8.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/accessors.cc View 1 1 chunk +2 lines, -35 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M src/handles.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +78 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
antonm
Mads, may you have a look?
10 years, 10 months ago (2010-02-09 20:37:13 UTC) #1
Mads Ager (chromium)
http://codereview.chromium.org/598020/diff/1/3 File src/accessors.cc (right): http://codereview.chromium.org/598020/diff/1/3#newcode651 src/accessors.cc:651: Handle<Object> handle(value); Add a HandleScope to this method to ...
10 years, 10 months ago (2010-02-10 08:00:46 UTC) #2
antonm
Thanks a lot for comments, Mads. May you have another look? http://codereview.chromium.org/598020/diff/1/3 File src/accessors.cc (right): ...
10 years, 10 months ago (2010-02-10 12:48:29 UTC) #3
Mads Ager (chromium)
Thanks Anton, I would like to make sure that the exception throwing part of SetPrototype ...
10 years, 10 months ago (2010-02-10 13:19:41 UTC) #4
antonm
Thanks a lot for spotting this. Hopefully, I addressed your concern. The main problem I ...
10 years, 10 months ago (2010-02-10 14:17:48 UTC) #5
Mads Ager (chromium)
10 years, 10 months ago (2010-02-10 14:31:59 UTC) #6
LGTM!

Powered by Google App Engine
This is Rietveld 408576698