You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, there is no way to introspect weakmaps, maps and sets.
For all, an accessor like .allKeys could do the job of enumerating all keys (which can be particularly useful for debugging WeakMaps).
Since WeakMap.prototype methods could be overridden in the debuggee, having reflection methods to map the prototype methods will also be necessary.
The text was updated successfully, but these errors were encountered:
Absolutely. I'll file bugs for this tomorrow morning.
On May 20, 2012 10:15 AM, "David Bruant" < reply@reply.github.com>
wrote:
For now, there is no way to introspect weakmaps, maps and sets.
For all, an accessor like .allKeys could do the job of enumerating all
keys (which can be particularly useful for debugging WeakMaps).
Since WeakMap.prototype methods could be overridden in the debuggee,
having reflection methods to map the prototype methods will also be
necessary.
Reply to this email directly or view it on GitHub: #3
For now, there is no way to introspect weakmaps, maps and sets.
For all, an accessor like .allKeys could do the job of enumerating all keys (which can be particularly useful for debugging WeakMaps).
Since WeakMap.prototype methods could be overridden in the debuggee, having reflection methods to map the prototype methods will also be necessary.
The text was updated successfully, but these errors were encountered: