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 8ac08db commit 7766f97Copy full SHA for 7766f97
javascript/ql/lib/semmle/javascript/dataflow/internal/VariableCapture.qll
@@ -114,7 +114,6 @@ module VariableCaptureConfig implements InputSig<js::DbLocation> {
114
115
class Callable extends js::StmtContainer {
116
predicate isConstructor() {
117
- // TODO: clarify exactly what the library wants to know here as the meaning of "constructor" varies between languages.
118
// JS constructors should not be seen as "constructors" in this context.
119
none()
120
}
0 commit comments