mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01: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()
|