Reviewers: alph, loislo, Yang,

Description:
Support ES6 Map and Set in heap profiler

Added special handling for Map and Set in the heap snapshot generator.

Extracted common base type from JSMap/JSSet similar to JSWeakMap/JSWeakSet.

After handling collection specific properties all collections are processed as regular JSObject to make sure all regular properties set on them are present in
the heap snapshot.

BUG=v8:3368
LOG=Y

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+125, -24 lines):
  M src/heap-snapshot-generator.h
  M src/heap-snapshot-generator.cc
  M src/objects.h
  M src/objects-inl.h
  M test/cctest/test-heap-profiler.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