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

Issue 28793002: Harmony: implement Math.trunc. (Closed)

Created:
7 years, 2 months ago by Yang
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : added comment #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : inline number conversion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -58 lines) Patch
M src/harmony-math.js View 1 2 3 2 chunks +13 lines, -2 lines 0 comments Download
M src/math.js View 1 2 3 5 chunks +20 lines, -37 lines 0 comments Download
A + test/mjsunit/harmony/math-trunc.js View 1 2 3 1 chunk +22 lines, -19 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 2 months ago (2013-10-18 09:55:46 UTC) #1
Dmitry Lomov (no reviews)
LGTM with nits. https://codereview.chromium.org/28793002/diff/60001/src/harmony-math.js File src/harmony-math.js (right): https://codereview.chromium.org/28793002/diff/60001/src/harmony-math.js#newcode42 src/harmony-math.js:42: if (!IS_NUMBER(x)) x = NonNumberToNumber(x); Replace ...
7 years, 2 months ago (2013-10-21 07:01:28 UTC) #2
Yang
7 years, 2 months ago (2013-10-21 11:15:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #4 manually as r17286 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698