Reports anonymous functions. An explicit name of a function expression may be helpful for debugging.
Function expressions without names are not reported if they have a name property specified in the ECMAScript 6 standard.
For example, var bar = function() {}; is not reported.