CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

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()