Implement WeakMap.prototype.clear function.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Jul 2013 13:56:48 +0000 (13:56 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 1 Jul 2013 13:56:48 +0000 (13:56 +0000)
commit493d1f1c218cbf85d4dba855da0e36dd46e56c07
tree16e1f58afa60c9dab13567cea7e8c9ac06ad2654
parent488da005427cfef2808fba73c88aabf8f3d86b5e
Implement WeakMap.prototype.clear function.

R=rossberg@chromium.org
BUG=v8:2753
TEST=mjsunit/harmony/collections

Review URL: https://codereview.chromium.org/18352002

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