JS: Implement getBasicBlock() for exceptional nodes

This commit is contained in:
Asger F
2019-07-18 10:01:21 +01:00
parent 44a270a43d
commit e9c03c9820
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import javascript
from DataFlow::Node node
where not exists(node.getBasicBlock())
select node