v8/test/mjsunit/harmony
mstarzinger@chromium.org 622d35dc0e Implement Harmony sets and maps.
This implementation extends the internal ObjectHashTable to be able to
hold arbitrary objects (e.g. Smis, Strings, ...) as keys by applying
specialized hashing functions to primitive types. Equality of keys is
defined using the internal SameValue function.

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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9777 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-10-25 14:14:56 +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 Implement Harmony sets and maps. 2011-10-25 14:14:56 +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 Adapt to latest spec changes for Proxy.create[Function]. 2011-10-24 16:25:30 +00:00
typeof.js Implement Harmony semantics for typeof null (behind a flag). 2011-08-10 12:12:06 +00:00