Uncatchable exceptions
Ehsan Akhgari <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <CANTur_7gM+XyXj+-KStsOCmrhPrnMzAC6b9KrNqvhwtCPY0xqg@mail.gmail.com> |
AFAIK there is some notion of uncatchable exceptions in SpiderMonkey in case a JSNative returns false, which is used in Gecko. Are there other similar cases in SpiderMonkey? There doesn't seem to be any way to raise/detect such exceptions through the JS API. Also, is there any notion of terminating the execution of JS through other means? Thanks, -- Ehsan