File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
lib/semmle/javascript/dataflow
test/library-tests/CallGraphs/AnnotatedTest Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1437,8 +1437,6 @@ module ClassNode {
14371437 astNode instanceof ClassDefinition and
14381438 result = astNode .( ClassDefinition ) .getSuperClass ( ) .flow ( )
14391439 or
1440- // Function-style class superclass patterns
1441- astNode instanceof Function and
14421440 (
14431441 // C.prototype = Object.create(D.prototype)
14441442 exists ( DataFlow:: InvokeNode objectCreate , DataFlow:: PropRead superProto |
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ spuriousCallee
22missingCallee
33| constructor-field.ts:40:5:40:14 | f3.build() | constructor-field.ts:13:3:13:12 | build() {} | -1 | calls |
44| constructor-field.ts:71:1:71:11 | bf3.build() | constructor-field.ts:13:3:13:12 | build() {} | -1 | calls |
5- | prototypes.js:7:5:7:16 | this.greet() | prototypes.js:59:8:63:3 | () { \\n ... ); \\n } | -1 | calls |
65badAnnotation
76accessorCall
87| accessors.js:12:1:12:5 | obj.f | accessors.js:5:8:5:12 | () {} |
You can’t perform that action at this time.
0 commit comments