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

Issue 458753004: ToNumber(Symbol) should throw TypeError (Closed)

Created:
6 years, 4 months ago by arv (Not doing code reviews)
Modified:
6 years, 3 months ago
CC:
v8-dev, caitp (gmail), rossberg
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use IS_SYMBOL instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -30 lines) Patch
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.js View 3 chunks +3 lines, -2 lines 0 comments Download
M src/v8natives.js View 1 1 chunk +26 lines, -24 lines 0 comments Download
M test/mjsunit/es6/symbols.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/private.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-toprimitive.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
arv (Not doing code reviews)
PTAL
6 years, 4 months ago (2014-08-11 16:09:11 UTC) #1
Dmitry Lomov (no reviews)
lgtm https://codereview.chromium.org/458753004/diff/1/src/v8natives.js File src/v8natives.js (right): https://codereview.chromium.org/458753004/diff/1/src/v8natives.js#newcode928 src/v8natives.js:928: if (typeof p !== "symbol") { !IS_SYMBOL(p) is ...
6 years, 4 months ago (2014-08-11 17:58:52 UTC) #2
arv (Not doing code reviews)
Use IS_SYMBOL instead
6 years, 4 months ago (2014-08-11 18:10:41 UTC) #3
Dmitry Lomov (no reviews)
6 years, 4 months ago (2014-08-11 19:24:15 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 23057 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698