Files
codeql/javascript/ql/test/query-tests/LanguageFeatures/JumpFromFinally/JumpFromFinally.expected
2025-02-28 13:27:38 +01:00

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 |