Re: Uncatchable exceptions
Ehsan Akhgari <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On 2016-05-02 11:07 PM, Ehsan Akhgari wrote: > Hmm, not sure why we would need to do all of this... Now that I think > about it, I think we can have a flag that we set in > js::InternalCallOrConstruct() if that function returns false. I _think_ > that's the only place where these false return values can originate from? And perhaps also handle isPropagatingForcedReturn() and count them as an uncatchable exception too?