v8/test/mjsunit/harmony
mstarzinger@chromium.org d640d8d913 Fix issue with prototype of WeakMap constructor.
The WeakMap constructor didn't have a unique prototype, so it shared one with
Object. All WeakMap functions (including "get" and "set") were installed on
that prototype.

R=rossberg@chromium.org
BUG=v8:1617
TEST=mjsunit/harmony/weakmaps

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8941 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-08-16 12:09:47 +00:00
..
block-lazy-compile.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
block-scoping.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
debug-blockscopes.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
debug-evaluate-blockscopes.js Preliminary code for block scopes and block contexts. 2011-08-11 16:29:28 +00:00
proxies.js Implement Object.prototype.{hasOwnProperty, propertyIsEnumerable} for proxies. 2011-07-21 11:20:27 +00:00
typeof.js Implement Harmony semantics for typeof null (behind a flag). 2011-08-10 12:12:06 +00:00
weakmaps.js Fix issue with prototype of WeakMap constructor. 2011-08-16 12:09:47 +00:00