Lines Matching refs:errorRecovery
110 state.errorRecovery = NO; // are we recovering?
131 state.errorRecovery = NO; // are we recovering?
154 state.errorRecovery = NO; // are we recovering?
186 state.errorRecovery = NO; // are we recovering?
237 state.errorRecovery = NO;
251 state.errorRecovery = NO;
295 * This method sets errorRecovery to indicate the parser is recovering
304 * 5. next match() will reset errorRecovery mode
312 if ( state.errorRecovery ) {
317 state.errorRecovery = YES;
584 * with the successful match exits errorRecovery mode).
589 * Errors are not generated in errorRecovery mode.