Searched defs:TryBlock (Results 1 – 5 of 5) sorted by relevance
35 struct TryBlock { struct36 int type; /*what kind of block this is (SETUP_SETUP, SETUP_FINALLY, SETUP_EXCEPT)*/37 int bci; /*where to jump to find handler*/38 int checkpoint; /*the handler to be rolled back*/40 bool IsFinallyBlock; /*record current block is in exception block or finally block*/
286 TryBlock, enumerator
1145 TryBlock, enumerator
1453 TryBlock(P<Block>), enumerator
803 "TryBlock": [ array