Commit 6f10652
committed
Fix unverified exception in JSONPPathEntryTypeCall
https://bugs.webkit.org/show_bug.cgi?id=243674
rdar://98326554
Reviewed by Alexey Shvayka.
Since hasProperty might throw an exception, we need to handle the exception in both
branches before proceeding.
* Source/JavaScriptCore/interpreter/Interpreter.cpp:
(JSC::Interpreter::executeProgram):
Canonical link: https://commits.webkit.org/253233@main1 parent bde1a7d commit 6f10652
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
906 | | - | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
907 | 908 | | |
908 | 909 | | |
909 | 910 | | |
| |||
0 commit comments