Currently DummyExceptionStateForTesting is used in a couple of places in production code to ignore thrown exceptions.
In general, it's wrong to ignore exceptions in production code. If we really need to ignore the exception for some special reason, we should explicitly call exceptionState.clearException() instead of relying on DummyExceptionStateForTesting.
Comment 1 by ajha@chromium.org
, Dec 3 2016