mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: Implement getBasicBlock() for exceptional nodes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
| tst.js:1:10:1:11 | fs |
|
||||
| tst.js:1:10:1:11 | fs |
|
||||
| tst.js:1:20:1:23 | 'fs' |
|
||||
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::Node node
|
||||
where not exists(node.getBasicBlock())
|
||||
select node
|
||||
Reference in New Issue
Block a user