Searched refs:ErrorState (Results 1 – 4 of 4) sorted by relevance
265 public static class ErrorState { class in ErrorManager281 …private static final Map<Thread, ErrorState> threadToErrorStateMap = new WeakHashMap<Thread, Error…581 public static ErrorState getErrorState() { in getErrorState()582 ErrorState ec = in getErrorState()585 ec = new ErrorState(); in getErrorState()597 ErrorState ec = new ErrorState(); in resetErrorState()
23 class Scanner::ErrorState { class in v8::internal::Scanner25 ErrorState(MessageTemplate::Template* message_stack, in ErrorState() function in v8::internal::Scanner::ErrorState35 ~ErrorState() { in ~ErrorState()991 ErrorState scanner_error_state(&scanner_error_, &scanner_error_location_); in ScanTemplateSpan()992 ErrorState octal_error_state(&octal_message_, &octal_pos_); in ScanTemplateSpan()
396 class ErrorState;
578 class ErrorState(AutomatonException): class in Automaton778 raise self.ErrorState("Reached %s: [%r]" % (self.state.state, state_output),