mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JS: add getADirectSuperClass()
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::ClassNode cls, string name
|
||||
select cls.getAnInstanceMethod(name), cls.getName() + "." + name
|
||||
Reference in New Issue
Block a user