We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e32f27 commit f0d7c3aCopy full SHA for f0d7c3a
javascript/ql/lib/semmle/javascript/dataflow/internal/FlowSummaryPrivate.qll
@@ -285,13 +285,11 @@ string getMadRepresentationSpecific(SummaryComponent sc) {
285
}
286
287
/** Gets the textual representation of a parameter position in the format used for flow summaries. */
288
-bindingset[pos]
289
string encodeParameterPosition(ParameterPosition pos) {
290
positionName(pos, result) and result != "any"
291
292
293
/** Gets the textual representation of an argument position in the format used for flow summaries. */
294
295
string encodeArgumentPosition(ArgumentPosition pos) {
296
297
0 commit comments