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

Issue 258793005: Array Iterator prototype should not have a constructor. (Closed)

Created:
6 years, 8 months ago by arv (Not doing code reviews)
Modified:
6 years, 7 months ago
Reviewers:
Toon Verwaest, adamk
CC:
v8-dev, adamk
Visibility:
Public.

Description

Array Iterator prototype should not have a constructor. BUG=v8:3293 LOG=Y R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21234

Patch Set 1 #

Patch Set 2 : ws #

Patch Set 3 : ws #

Total comments: 3

Patch Set 4 : Replace prototype instead of deleting the constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -13 lines) Patch
M src/array-iterator.js View 1 2 3 4 chunks +12 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/array-iterator.js View 1 10 chunks +31 lines, -10 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
arv (Not doing code reviews)
ws
6 years, 8 months ago (2014-04-25 16:43:06 UTC) #1
arv (Not doing code reviews)
https://codereview.chromium.org/258793005/diff/40001/src/array-iterator.js File src/array-iterator.js (left): https://codereview.chromium.org/258793005/diff/40001/src/array-iterator.js#oldcode102 src/array-iterator.js:102: %FunctionSetReadOnlyPrototype(ArrayIterator); This is not in the spec and now ...
6 years, 8 months ago (2014-04-25 16:45:30 UTC) #2
arv (Not doing code reviews)
Replace prototype instead of deleting the constructor
6 years, 7 months ago (2014-04-28 21:11:10 UTC) #3
arv (Not doing code reviews)
https://codereview.chromium.org/258793005/diff/40001/src/array-iterator.js File src/array-iterator.js (right): https://codereview.chromium.org/258793005/diff/40001/src/array-iterator.js#newcode111 src/array-iterator.js:111: delete ArrayIterator.prototype.constructor; On 2014/04/25 16:45:30, arv wrote: > I ...
6 years, 7 months ago (2014-04-28 21:12:54 UTC) #4
arv (Not doing code reviews)
Toon, would you mind taking a look or suggest a better reviewer?
6 years, 7 months ago (2014-05-06 20:50:45 UTC) #5
Toon Verwaest
LGTM for this CL However, as far as I can tell, it seems like Array ...
6 years, 7 months ago (2014-05-06 23:23:19 UTC) #6
Toon Verwaest
LGTM for this CL However, as far as I can tell, it seems like Array ...
6 years, 7 months ago (2014-05-06 23:23:19 UTC) #7
arv (Not doing code reviews)
On 2014/05/06 23:23:19, Toon Verwaest wrote: > LGTM for this CL > > However, as ...
6 years, 7 months ago (2014-05-07 15:12:47 UTC) #8
arv (Not doing code reviews)
On 2014/05/07 15:12:47, arv wrote: > On 2014/05/06 23:23:19, Toon Verwaest wrote: > > LGTM ...
6 years, 7 months ago (2014-05-07 17:03:20 UTC) #9
Toon Verwaest
6 years, 7 months ago (2014-05-09 16:37:10 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r21234 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698