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 22 * Provides an extension point for contributing flow edges prior
33 * to call graph construction and type tracking.
44 */
5+
56private import javascript
67
78private newtype TUnit = MkUnit ( )
@@ -88,7 +89,6 @@ private class NodeWithPreCallGraphStep extends DataFlow::Node {
8889
8990private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphStep ,
9091 DataFlow:: AdditionalFlowStep {
91-
9292 override predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) {
9393 pred = this and
9494 PreCallGraphStep:: step ( this , succ )
@@ -112,7 +112,6 @@ private class AdditionalFlowStepFromPreCallGraph extends NodeWithPreCallGraphSte
112112
113113private class AdditionalTypeTrackingStepFromPreCallGraph extends NodeWithPreCallGraphStep ,
114114 DataFlow:: AdditionalTypeTrackingStep {
115-
116115 override predicate step ( DataFlow:: Node pred , DataFlow:: Node succ ) {
117116 pred = this and
118117 PreCallGraphStep:: step ( this , succ )
You can’t perform that action at this time.
0 commit comments