JS: Use in SensitiveActions test as an example

This commit is contained in:
Asger F
2025-04-03 13:21:26 +02:00
parent c49ffa01ee
commit 14c5495b4c
4 changed files with 27 additions and 25 deletions

View File

@@ -20,4 +20,4 @@ query predicate processTermination(NodeJSLib::ProcessTermination term) { any() }
query predicate sensitiveAction(SensitiveAction ac) { any() }
query predicate sensitiveExpr(SensitiveNode e) { any() }
query predicate sensitiveExpr(SensitiveNode e, string kind) { kind = e.getClassification() }