For some of the retainers in DevTools heap snapshot we can infer the corresponding source position. Showing a link to the source would simplify debugging.
Retainers that can be linked:
- variables: link to the "let, const, var" statement.
- classes: link to the class definition or the constructor function.
- closures: link to the function definition.
Comment 1 by u...@chromium.org
, Jul 6Status: Assigned (was: Available)