Home | History | Annotate | Download | only in Framework

Lines Matching full:errorrecovery

108         state.errorRecovery = NO;		// are we recovering?
129 state.errorRecovery = NO; // are we recovering?
152 state.errorRecovery = NO; // are we recovering?
184 state.errorRecovery = NO; // are we recovering?
235 state.errorRecovery = NO;
249 state.errorRecovery = NO;
293 * This method sets errorRecovery to indicate the parser is recovering
302 * 5. next match() will reset errorRecovery mode
310 if ( state.errorRecovery ) {
315 state.errorRecovery = YES;
581 * with the successful match exits errorRecovery mode).
586 * Errors are not generated in errorRecovery mode.