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

Issue 12432005: ES6 symbols: refine test for getOwnPropertyNames (Closed)

Created:
7 years, 9 months ago by rossberg
Modified:
7 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev, adamk
Visibility:
Public.

Description

ES6 symbols: refine test for getOwnPropertyNames R=mstarzinger@chromium.org BUG=v8:2158 Committed: http://code.google.com/p/v8/source/detail?r=13866

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M test/mjsunit/harmony/symbols.js View 1 2 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rossberg
7 years, 9 months ago (2013-03-07 10:13:34 UTC) #1
Michael Starzinger
LGTM with a nit. https://codereview.chromium.org/12432005/diff/1/test/mjsunit/harmony/symbols.js File test/mjsunit/harmony/symbols.js (right): https://codereview.chromium.org/12432005/diff/1/test/mjsunit/harmony/symbols.js#newcode198 test/mjsunit/harmony/symbols.js:198: var asString = "" + ...
7 years, 9 months ago (2013-03-07 15:39:32 UTC) #2
rossberg
7 years, 9 months ago (2013-03-07 15:43:05 UTC) #3
https://codereview.chromium.org/12432005/diff/1/test/mjsunit/harmony/symbols.js
File test/mjsunit/harmony/symbols.js (right):

https://codereview.chromium.org/12432005/diff/1/test/mjsunit/harmony/symbols....
test/mjsunit/harmony/symbols.js:198: var asString = "" + name
On 2013/03/07 15:39:32, Michael Starzinger wrote:
> Using "var asString = String(name);" here is clearer.

Done.

Powered by Google App Engine
This is Rietveld 408576698