Files
codeql/javascript/ql/lib/change-notes/2022-03-23-api-graph-receiver-label.md
Asger Feldthaus f2285709bd JS: Change note
2022-03-23 10:42:51 +01:00

393 B

category
category
fix
  • The following predicates on API::Node have been changed so as not to include the receiver. The receiver should now only be accessed via getReceiver().
    • getParameter(int i) previously included the receiver when i = -1
    • getAParameter() previously included the receiver
    • getLastParameter() previously included the receiver for calls with no arguments