File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/lib/semmle/javascript/frameworks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ module Spife {
49
49
t .start ( ) and
50
50
result = this .getArgument ( 0 ) .getALocalSource ( )
51
51
or
52
- exists ( TypeBackTracker t2 | result = getHandlerDefinitions ( t2 ) .backtrack ( t2 , t ) )
52
+ exists ( TypeBackTracker t2 | result = this . getHandlerDefinitions ( t2 ) .backtrack ( t2 , t ) )
53
53
}
54
54
55
55
DataFlow:: SourceNode getHandlerDefinitions ( ) {
56
- result = getHandlerDefinitions ( TypeBackTracker:: end ( ) )
56
+ result = this . getHandlerDefinitions ( TypeBackTracker:: end ( ) )
57
57
}
58
58
59
59
DataFlow:: SourceNode getHandlerByName ( string name ) {
60
- result = getHandlerDefinitions ( ) .getAPropertySource ( name )
60
+ result = this . getHandlerDefinitions ( ) .getAPropertySource ( name )
61
61
}
62
62
63
63
DataFlow:: SourceNode getHandlerByRoute ( string method , string path ) {
You can’t perform that action at this time.
0 commit comments