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

Issue 7828080: Fix and test use of property descriptor objects. (Closed)

Created:
9 years, 3 months ago by rossberg
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix and test use of property descriptor objects. R=kmillikin@chromium.org BUG=v8:1543 TEST= Committed: http://code.google.com/p/v8/source/detail?r=9364

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed Kevin's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -5 lines) Patch
M src/bootstrapper.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/contexts.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/objects.cc View 1 1 chunk +23 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/proxies.js View 3 chunks +57 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rossberg
9 years, 3 months ago (2011-09-05 12:53:54 UTC) #1
Kevin Millikin (Chromium)
LGTM. http://codereview.chromium.org/7828080/diff/1/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7828080/diff/1/src/bootstrapper.cc#newcode1324 src/bootstrapper.cc:1324: INSTALL_NATIVE(JSFunction, "ToPropertyDescriptor", to_property_descriptor); Do you need this one? ...
9 years, 3 months ago (2011-09-05 13:48:59 UTC) #2
rossberg
9 years, 3 months ago (2011-09-05 14:07:49 UTC) #3
http://codereview.chromium.org/7828080/diff/1/src/bootstrapper.cc
File src/bootstrapper.cc (right):

http://codereview.chromium.org/7828080/diff/1/src/bootstrapper.cc#newcode1324
src/bootstrapper.cc:1324: INSTALL_NATIVE(JSFunction, "ToPropertyDescriptor",
to_property_descriptor);
On 2011/09/05 13:48:59, Kevin Millikin wrote:
> Do you need this one?

No, removed.

http://codereview.chromium.org/7828080/diff/1/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/7828080/diff/1/src/objects.cc#newcode2313
src/objects.cc:2313: Handle<String> enum_name =
isolate->factory()->LookupAsciiSymbol("enumerable");
On 2011/09/05 13:48:59, Kevin Millikin wrote:
> It looks like there are a couple of long lines.  Check presubmit before
> committing.

Done.

Powered by Google App Engine
This is Rietveld 408576698