webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::DebuggerLocation Struct Reference

#include <DebuggerLocation.h>

Public Member Functions

 DebuggerLocation ()
 
 DebuggerLocation (const String &url, intptr_t sourceID, unsigned line, unsigned column)
 
 DebuggerLocation (ScriptExecutable *)
 

Public Attributes

String url
 
intptr_t sourceID { noSourceID }
 
unsigned line { 0 }
 
unsigned column { 0 }
 

Constructor & Destructor Documentation

◆ DebuggerLocation() [1/3]

JSC::DebuggerLocation::DebuggerLocation ( )
inline

◆ DebuggerLocation() [2/3]

JSC::DebuggerLocation::DebuggerLocation ( const String url,
intptr_t  sourceID,
unsigned  line,
unsigned  column 
)
inline

◆ DebuggerLocation() [3/3]

JSC::DebuggerLocation::DebuggerLocation ( ScriptExecutable executable)

Member Data Documentation

◆ column

unsigned JSC::DebuggerLocation::column { 0 }

◆ line

unsigned JSC::DebuggerLocation::line { 0 }

◆ sourceID

intptr_t JSC::DebuggerLocation::sourceID { noSourceID }

◆ url

String JSC::DebuggerLocation::url

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