On 20 Dec 2017, at 21:08, Lobron, David <[email protected]> wrote:
> 
> The [NSException raise] method just calls "@throw self" when 
> _NATIVE_OBJC_EXCEPTIONS is defined

It does, but [NSException raise] is another function (well, method, but after 
the call to objc_msgSend it’s a function).  The exception is thrown from there, 
not from the stack frame containing the @catch block.

David


_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to