v8/test/mjsunit/harmony
mstarzinger@chromium.org 79cadcc947 Fix Harmony sets and maps to allow null as key.
This changes the internal convention for marking deleted entries in hash
tables from null_value to the_hole_value, which is consistent with other
usages of the_hole.

R=rossberg@chromium.org,kmillikin@chromium.org
BUG=v8:1622
TEST=mjsunit/harmony/collections

Review URL: http://codereview.chromium.org/8343056

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9871 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-11-03 14:17:05 +00:00
..
block-conflicts.js Block scoped const variables. 2011-10-25 08:33:08 +00:00
block-for.js Let bound iteration variables in for-loops 2011-10-17 12:19:06 +00:00
block-lazy-compile.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
block-leave.js Introduce collective --harmony flag. 2011-10-12 12:23:06 +00:00
block-let-crankshaft.js Introduce collective --harmony flag. 2011-10-12 12:23:06 +00:00
block-let-declaration.js Block scoped const variables. 2011-10-25 08:33:08 +00:00
block-let-semantics.js Block scoped const variables. 2011-10-25 08:33:08 +00:00
block-scoping.js Block scoped const variables. 2011-10-25 08:33:08 +00:00
collections.js Fix Harmony sets and maps to allow null as key. 2011-11-03 14:17:05 +00:00
debug-blockscopes.js Let bound iteration variables in for-loops 2011-10-17 12:19:06 +00:00
debug-evaluate-blockscopes.js Introduce collective --harmony flag. 2011-10-12 12:23:06 +00:00
proxies-for.js Implement for-in loop for proxies. 2011-10-24 15:56:18 +00:00
proxies-function.js Adapt to latest spec changes for Proxy.create[Function]. 2011-10-24 16:25:30 +00:00
proxies-hash.js Implement Harmony sets and maps. 2011-10-25 14:14:56 +00:00
proxies.js Handle proxies in KeyedStoreIC::Store, instead of just ignoring them. 2011-10-26 09:31:40 +00:00
typeof.js Implement Harmony semantics for typeof null (behind a flag). 2011-08-10 12:12:06 +00:00