shouldSkipExceptionPause  477 Source/bindings/v8/ScriptDebugServer.cpp             if (executeSkipPauseRequest(listener->shouldSkipExceptionPause(topFrame), eventDetails.GetExecutionState()))
shouldSkipExceptionPause  188 Source/core/inspector/InspectorDebuggerAgent.h     virtual SkipPauseRequest shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) OVERRIDE FINAL;
shouldSkipExceptionPause   80 Source/core/inspector/ScriptDebugListener.h     virtual SkipPauseRequest shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) = 0;