mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
JS: rename getThisParameter to getReceiver
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::FunctionNode function
|
||||
select function, function.getThisParameter()
|
||||
select function, function.getReceiver()
|
||||
Reference in New Issue
Block a user