Searched refs:rethrow (Results 1 – 7 of 7) sorted by relevance
1982 int rethrow = FALSE; in ex_endtry() local2055 rethrow = TRUE; in ex_endtry()2065 if ((rethrow || (!skip in ex_endtry()2079 rethrow = FALSE; in ex_endtry()2081 rethrow = TRUE; in ex_endtry()2160 rethrow = TRUE; in ex_endtry()2165 if (rethrow) in ex_endtry()
39 syn keyword dartException catch finally rethrow throw try
596 \ rethrow
1680 " its :endtry should not rethrow the exception to the next surrounding1694 endtry " no rethrow to try 14001 throw v:exception " rethrow user exception
8862 rethrow eval.txt /*rethrow*
14062 *rethrow*14063 There is no real rethrow in the Vim script language, but you may throw14075 Note that this method cannot be used to "rethrow" Vim error or interrupt
1982 ":finally" does not rethrow a previously uncaught exception. (ZyX, 2010 Oct