Gets the canonical name, or names, of this parameter.
The canonical names are the first non-empty category from the following list:
- The name given to the parameter at the function’s definition or (for catch block parameters) at the catch block.
- A name given to the parameter at a function declaration.
- The name “(unnamed parameter i)” where i is the index of the parameter.