Lines Matching full:recover
181 must not inline panic, recover,
696 * builder: drop recover blocks.
1076 * testing: do not recover example's panic (thanks Shenghou Ma),
1348 * doc: add Defer, Panic, and Recover article,
4558 fix recover() documentation (thanks Anschel Schaffer-Cohen),
4787 adjust recover for new reflect.call,
4945 provide a method (Importer.Errors()) to recover protocol errors.
5704 implement panic and recover,
5738 3. The functions panic and recover, intended for reporting and recovering from
5742 function. Panic and recover are recognized by the gc compilers but the new