Home | History | Annotate | Download | only in ast

Lines Matching refs:UNCAUGHT

1076   // notifies the debugger when an uncaught exception is thrown, _before_ the
1091 catch_prediction_(HandlerTable::UNCAUGHT),
1119 return catch_prediction_ != HandlerTable::UNCAUGHT;
3260 try_block, scope, variable, catch_block, HandlerTable::UNCAUGHT, pos);