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

#include <ExceptionEventLocation.h>

Public Member Functions

 ExceptionEventLocation ()
 
 ExceptionEventLocation (const char *functionName, const char *file, unsigned line)
 
 ExceptionEventLocation ()
 
 ExceptionEventLocation (const char *functionName, const char *file, unsigned line)
 

Public Attributes

const char * functionName { nullptr }
 
const char * file { nullptr }
 
unsigned line { 0 }
 

Constructor & Destructor Documentation

◆ ExceptionEventLocation() [1/4]

JSC::ExceptionEventLocation::ExceptionEventLocation ( )
inline

◆ ExceptionEventLocation() [2/4]

JSC::ExceptionEventLocation::ExceptionEventLocation ( const char *  functionName,
const char *  file,
unsigned  line 
)
inline

◆ ExceptionEventLocation() [3/4]

JSC::ExceptionEventLocation::ExceptionEventLocation ( )
inline

◆ ExceptionEventLocation() [4/4]

JSC::ExceptionEventLocation::ExceptionEventLocation ( const char *  functionName,
const char *  file,
unsigned  line 
)
inline

Member Data Documentation

◆ file

const char * JSC::ExceptionEventLocation::file { nullptr }

◆ functionName

const char * JSC::ExceptionEventLocation::functionName { nullptr }

◆ line

unsigned JSC::ExceptionEventLocation::line { 0 }

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