In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.
What does "are not reported" mean? Because DevTools has code that checks exceptionDetails even if silent is true, so perhaps it means that we shouldn't raise an event for an exception?
E.g. from Runtime.callFunctionOn:
What does "are not reported" mean? Because DevTools has code that checks exceptionDetails even if silent is true, so perhaps it means that we shouldn't raise an event for an exception?