Searched refs:the_exception (Results 1 – 3 of 3) sorted by relevance
258 Object* the_exception = isolate->pending_exception(); in RecordError() local259 DCHECK(!the_exception->IsTheHole(isolate)); in RecordError()266 set_exception(the_exception); in RecordError()
940 the_exception = cm.exception941 self.assertEqual(the_exception.error_code, 3)
973 the_exception = cm.exception974 self.assertEqual(the_exception.error_code, 3)