https://codereview.chromium.org/14007008/diff/32001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/14007008/diff/32001/include/v8.h#newcode3159
include/v8.h:3159: void SetReferenceFromGroup(UniqueId id,
I've just realized that this change will affect heap snapshots. Implicit
references are used to report links from DOM Node wrappers to event
listeners and with the current API when you take a heap snapshot you see
which specific node retains the listener. But with the new API you will
see a link from a random representative from the group to the event
listener which may be confusing. Can we change this method to accept
"const Persistent<Value>&" as source of the reference to supply exact
element that retains the target?
https://codereview.chromium.org/14007008/
--
--
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/groups/opt_out.