Home
last modified time | relevance | path

Searched refs:the_exception (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dmodule.cc74 Handle<Object> the_exception(isolate->pending_exception(), isolate); in RecordErrorUsingPendingException() local
75 RecordError(isolate, module, the_exception); in RecordErrorUsingPendingException()
/external/python/cpython2/Doc/library/
Dunittest.rst940 the_exception = cm.exception
941 self.assertEqual(the_exception.error_code, 3)
/external/python/cpython3/Doc/library/
Dunittest.rst981 the_exception = cm.exception
982 self.assertEqual(the_exception.error_code, 3)