ES6: Add support for Set and Map clear method
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Nov 2012 09:01:29 +0000 (09:01 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 9 Nov 2012 09:01:29 +0000 (09:01 +0000)
commit2d69a2b12e58d7a75d2ceee70b85fa7f2d0491ab
tree838e447f05156d1e4a43917d512be93c585c4c32
parent64da47559ce8840a72013a6682048fa4d51d5618
ES6: Add support for Set and Map clear method

http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts, section
15.14.5.3 and 15.14.5.2

BUG=v8:2400

Review URL: https://codereview.chromium.org/11409002
Patch from Erik Arvidsson <arv@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12909 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/collection.js
test/mjsunit/harmony/collections.js