Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97567f4 commit bb1f729Copy full SHA for bb1f729
1 file changed
javascript/ql/lib/semmle/javascript/dataflow/internal/VariableCapture.qll
@@ -130,8 +130,6 @@ module VariableCaptureConfig implements InputSig<js::Location> {
130
Callable getEnclosingCallable() { result = this.getContainer().getFunctionBoundary() }
131
}
132
133
- class Location = js::Location;
134
-
135
class Callable extends js::StmtContainer {
136
predicate isConstructor() {
137
// TODO: clarify exactly what the library wants to know here as the meaning of "constructor" varies between languages.
0 commit comments