зеркало из https://github.com/mozilla/pjs.git
nsnull version of wrapping macros. b=417563 sr=roc
This commit is contained in:
Родитель
dabccbd009
Коммит
cfde4b9f48
|
@ -128,6 +128,12 @@ NS_OBJC_TRY(_e, )
|
|||
} \
|
||||
return nil;
|
||||
|
||||
#define NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSNULL @try {
|
||||
#define NS_OBJC_END_TRY_ABORT_BLOCK_NSNULL } @catch(NSException *_exn) { \
|
||||
nsObjCExceptionLogAbort(_exn); \
|
||||
} \
|
||||
return nsnull;
|
||||
|
||||
#define NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT @try {
|
||||
#define NS_OBJC_END_TRY_ABORT_BLOCK_NSRESULT } @catch(NSException *_exn) { \
|
||||
nsObjCExceptionLogAbort(_exn);\
|
||||
|
|
Загрузка…
Ссылка в новой задаче