Searched refs:_exception (Results 1 – 17 of 17) sorted by relevance
42 self._exception = exception56 if self._exception:57 raise self._exception
41 # undef _exception42 # define _exception exception macro
24 struct _exception;
30 struct _exception;
44 struct _exception;
27 struct _exception;
33 struct _exception;
26 struct _exception;
33 # include <stl/_exception.h>
157 self._exception = exc_info165 self._exception = None220 self.assertEquals(self._exception[0], ValueError)221 self.assertEquals(self._exception[1],
108 self._exception = exception112 raise self._exception
542 self._exception = None570 if expected_method._exception:571 raise expected_method._exception736 self._exception = exception
214 _exception.h
708 * stlport/stl/_exception.h: Made a previously general Windows 64 bits2188 * stlport/stl/_exception.h: Delete obsolete workaround for2649 * stlport/stl/_exception.h: idem2915 * stlport/ctype.h: forward-declaration for _exception struct2918 '_exception' : named type definition in parentheses3024 * stlport/stl/_exception.h: Change _msvc_warnings_off.h include in
12208 (KJS::InterpreterImp::mark): Use exception() function, not _exception directly.12220 (KJS::ExecState::setException): Renamed _exception to m_exception