mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Implement getBasicBlock() for exceptional nodes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::Node node
|
||||
where not exists(node.getBasicBlock())
|
||||
select node
|
||||
Reference in New Issue
Block a user