It looks like there are cases where outline view displays duplicate functions and their local variables.
Please look at the attached screenshot.

The following display is very confusing and according to me unusable:
protoMeth1
Example.prototype.protoMeth1
local1
local1
Example.prototype.protoMeth1
It would have been enough to only display:
Example.prototype.protoMeth1
local1
Kindly let me know your thoughts.