mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: add localFieldStep
This commit is contained in:
5
javascript/ql/test/library-tests/ClassNode/FieldStep.ql
Normal file
5
javascript/ql/test/library-tests/ClassNode/FieldStep.ql
Normal file
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::Node pred, DataFlow::Node succ
|
||||
where DataFlow::localFieldStep(pred, succ)
|
||||
select pred, succ
|
||||
Reference in New Issue
Block a user