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

Issue 464093002: ES6: Make Map/Set constructors support iterable values (Closed)

Created:
6 years, 4 months ago by arv (Not doing code reviews)
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

ES6: Make Map/Set constructors support iterable values Same for WeakMap/WeakSet https://bugs.ecmascript.org/show_bug.cgi?id=3111 The change from the reverted version is that LoadIC_Miss now uses Name instead of String. BUG=v8:3508 LOG=Y R=adamk@chromium.org, dslomov@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23108

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -5 lines) Patch
M src/collection.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/weak_collection.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/es6/collections.js View 4 chunks +63 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
arv (Not doing code reviews)
PTAL
6 years, 4 months ago (2014-08-12 22:39:18 UTC) #1
adamk
lgtm; seems like we might want to cherry-pick this whole thing into whatever ends up ...
6 years, 4 months ago (2014-08-12 23:39:36 UTC) #2
Dmitry Lomov (no reviews)
lgtm
6 years, 4 months ago (2014-08-13 14:30:52 UTC) #3
arv (Not doing code reviews)
6 years, 4 months ago (2014-08-13 14:34:20 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as 23108 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698