Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb1f729

Browse files
committed
Update VariableCapture.qll
1 parent 97567f4 commit bb1f729

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

javascript/ql/lib/semmle/javascript/dataflow/internal/VariableCapture.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ module VariableCaptureConfig implements InputSig<js::Location> {
130130
Callable getEnclosingCallable() { result = this.getContainer().getFunctionBoundary() }
131131
}
132132

133-
class Location = js::Location;
134-
135133
class Callable extends js::StmtContainer {
136134
predicate isConstructor() {
137135
// TODO: clarify exactly what the library wants to know here as the meaning of "constructor" varies between languages.

0 commit comments

Comments
 (0)