New issue
Advanced search Search tips

Issue 823552 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Sep 25
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

DevTools: add retainers command line API

Project Member Reported by kozy@chromium.org, Mar 20 2018

Issue description

Chrome Version: ToT

What steps will reproduce the problem?
(1) var a = {}; var b = {a: a}; retainers(a);

What is the expected result?
retainers(a) call dumps in console all retainers of object a, in the example case it is window and b.

It can be useful as extension for queryObjects API. I think we should add a little button to every queryObjects result object and call it something like "dump all retainers", by click user will get array of all objects which has direct link to given object.
 
Status: WontFix (was: Assigned)
Heap Profiler should help our users.

Sign in to add a comment