Reviewers: arv, jochen,

Description:
Add basic API support for Map & Set

Only supports constructing new objects and returning size.
Followup patch will need to add ability to retrieve and
set contents in order to support structured clone.

Also removes a bunch of outdated "experimental" markers from v8.h.

BUG=v8:3340
LOG=y

Please review this at https://codereview.chromium.org/1157453002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+196, -17 lines):
  M include/v8.h
  M src/api.h
  M src/api.cc
  M src/bootstrapper.cc
  M src/contexts.h
  M src/factory.h
  M src/factory.cc
  M src/runtime/runtime.h
  M src/runtime/runtime-collections.cc
  M test/cctest/test-api.cc
  M test/cctest/test-hashmap.cc


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to