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 23a847b commit 43696f5Copy full SHA for 43696f5
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -214,7 +214,7 @@ module API {
214
result = Impl::trackDefNode(this.asSink())
215
or
216
// in case `asSink()` is not a `SourceNode`.
217
- result = asSink()
+ result = this.asSink()
218
}
219
220
/** DEPRECATED. This predicate has been renamed to `asSink`. */
0 commit comments