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

Issue 10698069: Add test case for typed arrays slicing (Closed)

Created:
8 years, 5 months ago by danno
Modified:
8 years, 5 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Add test case for typed arrays slicing R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11962

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -33 lines) Patch
A + test/mjsunit/typed-array-slice.js View 1 chunk +24 lines, -33 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
danno
8 years, 5 months ago (2012-07-02 10:03:34 UTC) #1
rossberg
8 years, 5 months ago (2012-07-02 10:40:21 UTC) #2
LGTM, with some nits.

https://chromiumcodereview.appspot.com/10698069/diff/1/test/mjsunit/typed-arr...
File test/mjsunit/typed-array-slice.js (right):

https://chromiumcodereview.appspot.com/10698069/diff/1/test/mjsunit/typed-arr...
test/mjsunit/typed-array-slice.js:38: results4 = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1];
Could you declare all the above variables with 'var'?

https://chromiumcodereview.appspot.com/10698069/diff/1/test/mjsunit/typed-arr...
test/mjsunit/typed-array-slice.js:49: for (i = 0; i < kElementCount; ++i ) {
This could take a 'var', too.

Powered by Google App Engine
This is Rietveld 408576698