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

Issue 1780113002: Minor library function fixes for TypedArray spec compliance (Closed)

Created:
4 years, 9 months ago by Dan Ehrenberg
Modified:
4 years, 9 months ago
Reviewers:
adamk
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Minor library function fixes for TypedArray spec compliance - Make separate iterator functions for TypedArrays which do a type check (and in the future should check for detached TypedArrays) - Share the toString method with Arrays BUG=v8:4785 R=adamk LOG=Y Committed: https://crrev.com/611add52550510b6bc0b79f6ae9278786183405f Cr-Commit-Position: refs/heads/master@{#34698}

Patch Set 1 #

Patch Set 2 : fix typo #

Patch Set 3 : Test for TypedArray receiver #

Patch Set 4 : fix mjsunit tests and tostring #

Total comments: 4

Patch Set 5 : Improve comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -24 lines) Patch
M src/js/array-iterator.js View 1 2 3 4 2 chunks +24 lines, -5 lines 0 comments Download
M src/js/typedarray.js View 1 2 3 4 chunks +5 lines, -9 lines 0 comments Download
M test/mjsunit/es6/typed-array-iterator.js View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M test/test262/test262.status View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 22 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780113002/1
4 years, 9 months ago (2016-03-10 02:31:38 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_mips64el_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_rel/builds/11477) v8_linux_mipsel_compile_rel on ...
4 years, 9 months ago (2016-03-10 02:33:12 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780113002/20001
4 years, 9 months ago (2016-03-10 20:11:59 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780113002/40001
4 years, 9 months ago (2016-03-10 20:33:06 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780113002/60001
4 years, 9 months ago (2016-03-10 22:07:49 UTC) #12
Dan Ehrenberg
4 years, 9 months ago (2016-03-10 23:04:01 UTC) #13
adamk
lgtm % nits https://codereview.chromium.org/1780113002/diff/60001/src/js/array-iterator.js File src/js/array-iterator.js (right): https://codereview.chromium.org/1780113002/diff/60001/src/js/array-iterator.js#newcode112 src/js/array-iterator.js:112: // TODO(littledan): ValidateTypedArray before each of ...
4 years, 9 months ago (2016-03-10 23:10:42 UTC) #14
Dan Ehrenberg
https://codereview.chromium.org/1780113002/diff/60001/src/js/array-iterator.js File src/js/array-iterator.js (right): https://codereview.chromium.org/1780113002/diff/60001/src/js/array-iterator.js#newcode112 src/js/array-iterator.js:112: // TODO(littledan): ValidateTypedArray before each of these three On ...
4 years, 9 months ago (2016-03-10 23:16:35 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780113002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780113002/80001
4 years, 9 months ago (2016-03-10 23:16:47 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-10 23:37:26 UTC) #20
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 23:38:25 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/611add52550510b6bc0b79f6ae9278786183405f
Cr-Commit-Position: refs/heads/master@{#34698}

Powered by Google App Engine
This is Rietveld 408576698