Searched refs:shouldSkipExceptionPause (Results 1 – 4 of 4) sorted by relevance
80 virtual SkipPauseRequest shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame) = 0;
161 SkipPauseRequest shouldSkipExceptionPause(RefPtr<JavaScriptCallFrame>& topFrame);
468 ScriptDebugListener::SkipPauseRequest InspectorDebuggerAgent::shouldSkipExceptionPause(RefPtr<JavaS… in shouldSkipExceptionPause() function in WebCore::InspectorDebuggerAgent
467 …if (executeSkipPauseRequest(listener->shouldSkipExceptionPause(topFrame), eventDetails.GetExecutio… in handleV8DebugEvent()