mirror of
https://github.com/github/codeql.git
synced 2026-07-16 00:38:15 +02:00
7 lines
509 B
Plaintext
7 lines
509 B
Plaintext
#select
|
|
| tst.js:7:3:7:14 | return true; | This statement jumps out of the finally block, potentially hiding an exception. |
|
|
| tst.js:28:4:28:9 | break; | This statement jumps out of the finally block, potentially hiding an exception. |
|
|
testFailures
|
|
| tst.js:7:3:7:14 | This statement jumps out of the finally block, potentially hiding an exception. | Unexpected result: Alert |
|
|
| tst.js:28:4:28:9 | This statement jumps out of the finally block, potentially hiding an exception. | Unexpected result: Alert |
|