File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
javascript/ql/src/semmle/javascript/dataflow/internal Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2
2
* Provides an extension point for contributing flow edges prior
3
3
* to call graph construction and type tracking.
4
4
*/
5
+
5
6
private import javascript
6
7
7
8
private newtype TUnit = MkUnit ( )
@@ -88,7 +89,6 @@ private class NodeWithPreCallGraphStep extends DataFlow::Node {
88
89
89
90
private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphStep ,
90
91
DataFlow:: AdditionalFlowStep {
91
-
92
92
override predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) {
93
93
pred = this and
94
94
PreCallGraphStep:: step ( this , succ )
@@ -112,7 +112,6 @@ private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphSte
112
112
113
113
private class AdditionalTypeTrackingStepFromPreCallGraph extends NodeWithPreCallGraphStep ,
114
114
DataFlow:: AdditionalTypeTrackingStep {
115
-
116
115
override predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) {
117
116
pred = this and
118
117
PreCallGraphStep:: step ( this , succ )
You can’t perform that action at this time.
0 commit comments