Home | History | Annotate | Download | only in src

Lines Matching refs:unc

1004   //   en[able] exc[eptions] [all|unc[aught]]
1005 // en[able] [all|unc[aught]] exc[eptions]
1006 // dis[able] exc[eptions] [all|unc[aught]]
1007 // dis[able] [all|unc[aught]] exc[eptions]
1015 // en[able] exc[eptions] [all|unc[aught]]
1016 // dis[able] exc[eptions] [all|unc[aught]]
1023 } else if (arg2 == 'unc') { // check for short cut.
1029 // en[able] [all|unc[aught]] exc[eptions]
1030 // dis[able] [all|unc[aught]] exc[eptions]
1031 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught') {
1037 if (excType == 'unc') {
1216 print('dis[able] exc[eptions] [[all] | unc[aught]]');
1219 print('en[able] exc[eptions] [[all] | unc[aught]]');