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 8833ff7 commit 27f1012Copy full SHA for 27f1012
javascript/ql/lib/semmle/javascript/frameworks/Vue.qll
@@ -324,9 +324,7 @@ module Vue {
324
}
325
326
/** Gets an API node referring to an instance of this component. */
327
- API::Node getInstance() {
328
- result.getAnImmediateUse() = getABoundFunction().getReceiver()
329
- }
+ API::Node getInstance() { result.getAnImmediateUse() = getABoundFunction().getReceiver() }
330
331
/** Gets a data flow node referring to an instance of this component. */
332
DataFlow::SourceNode getAnInstanceRef() { result = getInstance().getAnImmediateUse() }
0 commit comments