To construct the effective binding storage, at least these information is necessary:
which binding directly (not with destructuring) corresponds to i-th parameter (arguments[i]),
this is handled by AssertedPositionalParameterName
and the following info is nice to have:
which binding is simple rest parameter, this is handled by AssertedRestParameterName
AssertedParameterName is the same thing as AssertedBoundName,
added just for clarification.
To construct the effective binding storage, at least these information is necessary:
AssertedParameterName is the same thing as AssertedBoundName, added just for clarification.