mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
import javascript
|
|
|
|
from BreakOrContinueStmt boc, string label
|
|
where if boc.hasTargetLabel() then label = boc.getTargetLabel() else label = "(none)"
|
|
select boc, label, boc.getTarget()
|