Add a remove method to the hash map.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 May 2009 07:09:17 +0000 (07:09 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 15 May 2009 07:09:17 +0000 (07:09 +0000)
commit77b9c60169ba92ff0941959ebf5ea513d13ccb67
tree5e5ccb7ffa5519305eda15582ea2b3af27797fed
parent2d50e31438b44ffdd796a2de67e26dd48d8201e0
Add a remove method to the hash map.

Extended the hash map test to also use a heavy collision hash function to exercise the remove code.
Review URL: http://codereview.chromium.org/113397

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1956 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/hashmap.cc
src/hashmap.h
test/cctest/test-hashmap.cc