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

Issue 1783643002: String.prototype[Symbol.iterator] does RequireObjectCoercible(this) (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

String.prototype[Symbol.iterator] does RequireObjectCoercible(this) BUG=v8:4348 R=adamk LOG=Y Committed: https://crrev.com/43adcd3c65466fa782e5d85700797d6f75bc1d10 Cr-Commit-Position: refs/heads/master@{#34647}

Patch Set 1 #

Total comments: 2

Patch Set 2 : CHECK_OBJECT_COERCIBLE #

Patch Set 3 : Remove RegExp changes accidentally added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M src/js/string-iterator.js View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/test262/test262.status View 2 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (7 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/1783643002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783643002/1
4 years, 9 months ago (2016-03-09 23:18:48 UTC) #2
Dan Ehrenberg
4 years, 9 months ago (2016-03-09 23:23:12 UTC) #3
adamk
https://codereview.chromium.org/1783643002/diff/1/src/js/string-iterator.js File src/js/string-iterator.js (right): https://codereview.chromium.org/1783643002/diff/1/src/js/string-iterator.js#newcode35 src/js/string-iterator.js:35: if (IS_NULL_OR_UNDEFINED(string)) { There's a macro for this: CHECK_OBJECT_COERCIBLE(string, ...
4 years, 9 months ago (2016-03-09 23:31:58 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-09 23:46:23 UTC) #6
Dan Ehrenberg
https://codereview.chromium.org/1783643002/diff/1/src/js/string-iterator.js File src/js/string-iterator.js (right): https://codereview.chromium.org/1783643002/diff/1/src/js/string-iterator.js#newcode35 src/js/string-iterator.js:35: if (IS_NULL_OR_UNDEFINED(string)) { On 2016/03/09 at 23:31:58, adamk wrote: ...
4 years, 9 months ago (2016-03-09 23:53:59 UTC) #7
adamk
lgtm
4 years, 9 months ago (2016-03-09 23:55:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1783643002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783643002/20001
4 years, 9 months ago (2016-03-10 00:00:12 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/11361)
4 years, 9 months ago (2016-03-10 00:11:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1783643002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783643002/40001
4 years, 9 months ago (2016-03-10 00:35:00 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-10 00:58:04 UTC) #16
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 00:59:28 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/43adcd3c65466fa782e5d85700797d6f75bc1d10
Cr-Commit-Position: refs/heads/master@{#34647}

Powered by Google App Engine
This is Rietveld 408576698