DevTools heap snapshot does not show variable names in the global context |
||
Issue description
Heap snapshot for the following script shows retaining path without variable name in global context (foo):
class Foo {}
const foo = new Foo();
"7 in system / Context" should be "foo in system / Context".
,
Mar 21 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 15 2018