Member predicate Function::hasMappedArgumentsVariable
Holds if this function has a mapped arguments
variable whose indices are aliased
with the function’s parameters.
A function has a mapped arguments
variable if it is non-strict, and has no rest
parameter, no parameter default values, and no destructuring parameters.
predicate hasMappedArgumentsVariable()