v8/test/mjsunit/harmony
mstarzinger@chromium.org 0bbfb46aa6 Fix Harmony sets and maps to allow undefined as keys.
This uses a global sentinel as a replacement for undefined keys, which
are not supported internally but required for Harmony sets and maps.

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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9873 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-11-03 14:33:58 +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 undefined as keys. 2011-11-03 14:33:58 +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