webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
Inspector::DebuggerFrontendDispatcher Class Reference

#include <InspectorFrontendDispatchers.h>

Public Types

enum  Reason {
  Reason::XHR = 94, Reason::DOM = 155, Reason::EventListener = 156, Reason::Exception = 157,
  Reason::Assert = 39, Reason::CSPViolation = 158, Reason::DebuggerStatement = 159, Reason::Breakpoint = 160,
  Reason::PauseOnNextStatement = 161, Reason::Other = 25, Reason::XHR = 94, Reason::DOM = 155,
  Reason::EventListener = 156, Reason::Exception = 157, Reason::Assert = 39, Reason::CSPViolation = 158,
  Reason::DebuggerStatement = 159, Reason::Breakpoint = 160, Reason::PauseOnNextStatement = 161, Reason::Other = 25
}
 
enum  Reason {
  Reason::XHR = 94, Reason::DOM = 155, Reason::EventListener = 156, Reason::Exception = 157,
  Reason::Assert = 39, Reason::CSPViolation = 158, Reason::DebuggerStatement = 159, Reason::Breakpoint = 160,
  Reason::PauseOnNextStatement = 161, Reason::Other = 25, Reason::XHR = 94, Reason::DOM = 155,
  Reason::EventListener = 156, Reason::Exception = 157, Reason::Assert = 39, Reason::CSPViolation = 158,
  Reason::DebuggerStatement = 159, Reason::Breakpoint = 160, Reason::PauseOnNextStatement = 161, Reason::Other = 25
}
 

Public Member Functions

 DebuggerFrontendDispatcher (FrontendRouter &frontendRouter)
 
void globalObjectCleared ()
 
void scriptParsed (const Inspector::Protocol::Debugger::ScriptId &scriptId, const String &url, int startLine, int startColumn, int endLine, int endColumn, const bool *const isContentScript, const String *const sourceURL, const String *const sourceMapURL, const bool *const module)
 
void scriptFailedToParse (const String &url, const String &scriptSource, int startLine, int errorLine, const String &errorMessage)
 
void breakpointResolved (const Inspector::Protocol::Debugger::BreakpointId &breakpointId, RefPtr< Inspector::Protocol::Debugger::Location > location)
 
void paused (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >> callFrames, Reason reason, RefPtr< Inspector::InspectorObject > data, RefPtr< Inspector::Protocol::Console::StackTrace > asyncStackTrace)
 
void resumed ()
 
void didSampleProbe (RefPtr< Inspector::Protocol::Debugger::ProbeSample > sample)
 
void playBreakpointActionSound (int breakpointActionId)
 
 DebuggerFrontendDispatcher (FrontendRouter &frontendRouter)
 
void globalObjectCleared ()
 
void scriptParsed (const Inspector::Protocol::Debugger::ScriptId &scriptId, const String &url, int startLine, int startColumn, int endLine, int endColumn, const bool *const isContentScript, const String *const sourceURL, const String *const sourceMapURL, const bool *const module)
 
void scriptFailedToParse (const String &url, const String &scriptSource, int startLine, int errorLine, const String &errorMessage)
 
void breakpointResolved (const Inspector::Protocol::Debugger::BreakpointId &breakpointId, RefPtr< Inspector::Protocol::Debugger::Location > location)
 
void paused (RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >> callFrames, Reason reason, RefPtr< Inspector::InspectorObject > data, RefPtr< Inspector::Protocol::Console::StackTrace > asyncStackTrace)
 
void resumed ()
 
void didSampleProbe (RefPtr< Inspector::Protocol::Debugger::ProbeSample > sample)
 
void playBreakpointActionSound (int breakpointActionId)
 

Member Enumeration Documentation

◆ Reason [1/2]

Enumerator
XHR 
DOM 
EventListener 
Exception 
Assert 
CSPViolation 
DebuggerStatement 
Breakpoint 
PauseOnNextStatement 
Other 
XHR 
DOM 
EventListener 
Exception 
Assert 
CSPViolation 
DebuggerStatement 
Breakpoint 
PauseOnNextStatement 
Other 

◆ Reason [2/2]

Enumerator
XHR 
DOM 
EventListener 
Exception 
Assert 
CSPViolation 
DebuggerStatement 
Breakpoint 
PauseOnNextStatement 
Other 
XHR 
DOM 
EventListener 
Exception 
Assert 
CSPViolation 
DebuggerStatement 
Breakpoint 
PauseOnNextStatement 
Other 

Constructor & Destructor Documentation

◆ DebuggerFrontendDispatcher() [1/2]

Inspector::DebuggerFrontendDispatcher::DebuggerFrontendDispatcher ( FrontendRouter frontendRouter)
inline

◆ DebuggerFrontendDispatcher() [2/2]

Inspector::DebuggerFrontendDispatcher::DebuggerFrontendDispatcher ( FrontendRouter frontendRouter)
inline

Member Function Documentation

◆ breakpointResolved() [1/2]

void Inspector::DebuggerFrontendDispatcher::breakpointResolved ( const Inspector::Protocol::Debugger::BreakpointId breakpointId,
RefPtr< Inspector::Protocol::Debugger::Location location 
)

◆ breakpointResolved() [2/2]

void Inspector::DebuggerFrontendDispatcher::breakpointResolved ( const Inspector::Protocol::Debugger::BreakpointId breakpointId,
RefPtr< Inspector::Protocol::Debugger::Location location 
)

◆ didSampleProbe() [1/2]

void Inspector::DebuggerFrontendDispatcher::didSampleProbe ( RefPtr< Inspector::Protocol::Debugger::ProbeSample sample)

◆ didSampleProbe() [2/2]

void Inspector::DebuggerFrontendDispatcher::didSampleProbe ( RefPtr< Inspector::Protocol::Debugger::ProbeSample sample)

◆ globalObjectCleared() [1/2]

void Inspector::DebuggerFrontendDispatcher::globalObjectCleared ( )

◆ globalObjectCleared() [2/2]

void Inspector::DebuggerFrontendDispatcher::globalObjectCleared ( )

◆ paused() [1/2]

void Inspector::DebuggerFrontendDispatcher::paused ( RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >>  callFrames,
Reason  reason,
RefPtr< Inspector::InspectorObject data,
RefPtr< Inspector::Protocol::Console::StackTrace asyncStackTrace 
)

◆ paused() [2/2]

void Inspector::DebuggerFrontendDispatcher::paused ( RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Debugger::CallFrame >>  callFrames,
Reason  reason,
RefPtr< Inspector::InspectorObject data,
RefPtr< Inspector::Protocol::Console::StackTrace asyncStackTrace 
)

◆ playBreakpointActionSound() [1/2]

void Inspector::DebuggerFrontendDispatcher::playBreakpointActionSound ( int  breakpointActionId)

◆ playBreakpointActionSound() [2/2]

void Inspector::DebuggerFrontendDispatcher::playBreakpointActionSound ( int  breakpointActionId)

◆ resumed() [1/2]

void Inspector::DebuggerFrontendDispatcher::resumed ( )

◆ resumed() [2/2]

void Inspector::DebuggerFrontendDispatcher::resumed ( )

◆ scriptFailedToParse() [1/2]

void Inspector::DebuggerFrontendDispatcher::scriptFailedToParse ( const String &  url,
const String &  scriptSource,
int  startLine,
int  errorLine,
const String &  errorMessage 
)

◆ scriptFailedToParse() [2/2]

void Inspector::DebuggerFrontendDispatcher::scriptFailedToParse ( const String &  url,
const String &  scriptSource,
int  startLine,
int  errorLine,
const String &  errorMessage 
)

◆ scriptParsed() [1/2]

void Inspector::DebuggerFrontendDispatcher::scriptParsed ( const Inspector::Protocol::Debugger::ScriptId scriptId,
const String &  url,
int  startLine,
int  startColumn,
int  endLine,
int  endColumn,
const bool *const  isContentScript,
const String *const  sourceURL,
const String *const  sourceMapURL,
const bool *const  module 
)

◆ scriptParsed() [2/2]

void Inspector::DebuggerFrontendDispatcher::scriptParsed ( const Inspector::Protocol::Debugger::ScriptId scriptId,
const String &  url,
int  startLine,
int  startColumn,
int  endLine,
int  endColumn,
const bool *const  isContentScript,
const String *const  sourceURL,
const String *const  sourceMapURL,
const bool *const  module 
)

The documentation for this class was generated from the following files: