Skip to content

Function Apply #14

@edipper

Description

@edipper

Hello,
This is not an issue but more of a request or question. I have many unnamed functions which use "apply"...

this.Name = this.Name || { } ;
( function ()
{
     ...
}
).apply ( this.Name || { } );**

Does it make sense and would it be possible to assign "Name" to the name of the function in Javascript Map Parser instead of showing a "?". By the way, great tool.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions