webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::JSErrorHandler Class Referencefinal

#include <JSErrorHandler.h>

Inheritance diagram for WebCore::JSErrorHandler:
WebCore::JSEventListener WebCore::EventListener WebCore::EventListener WTF::RefCounted< EventListener > WTF::RefCounted< EventListener > WTF::RefCounted< EventListener > WTF::RefCounted< EventListener > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~JSErrorHandler ()
 
- Public Member Functions inherited from WebCore::JSEventListener
virtual ~JSEventListener ()
 
bool operator== (const EventListener &other) const override
 
bool isAttribute () const
 
JSC::JSObjectjsFunction (ScriptExecutionContext *) const
 
DOMWrapperWorldisolatedWorld () const
 
JSC::JSObjectwrapper () const
 
void setWrapper (JSC::VM &, JSC::JSObject *wrapper) const
 
virtual String sourceURL () const
 
virtual TextPosition sourcePosition () const
 
virtual ~JSEventListener ()
 
bool operator== (const EventListener &other) const override
 
bool isAttribute () const
 
JSC::JSObjectjsFunction (ScriptExecutionContext *) const
 
DOMWrapperWorldisolatedWorld () const
 
JSC::JSObjectwrapper () const
 
void setWrapper (JSC::VM &, JSC::JSObject *wrapper) const
 
virtual String sourceURL () const
 
virtual TextPosition sourcePosition () const
 
- Public Member Functions inherited from WebCore::EventListener
virtual ~EventListener ()
 
virtual bool wasCreatedFromMarkup () const
 
bool isAttribute () const
 
Type type () const
 
virtual ~EventListener ()
 
virtual bool wasCreatedFromMarkup () const
 
bool isAttribute () const
 
Type type () const
 
- Public Member Functions inherited from WTF::RefCounted< EventListener >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< JSErrorHandlercreate (JSC::JSObject *listener, JSC::JSObject *wrapper, bool isAttribute, DOMWrapperWorld &world)
 
- Static Public Member Functions inherited from WebCore::JSEventListener
static Ref< JSEventListenercreate (JSC::JSObject *listener, JSC::JSObject *wrapper, bool isAttribute, DOMWrapperWorld &world)
 
static RefPtr< JSEventListenercreate (JSC::JSValue listener, JSC::JSObject &wrapper, bool isAttribute, DOMWrapperWorld &world)
 
static const JSEventListenercast (const EventListener *listener)
 
static Ref< JSEventListenercreate (JSC::JSObject *listener, JSC::JSObject *wrapper, bool isAttribute, DOMWrapperWorld &world)
 
static RefPtr< JSEventListenercreate (JSC::JSValue listener, JSC::JSObject &wrapper, bool isAttribute, DOMWrapperWorld &world)
 
static const JSEventListenercast (const EventListener *listener)
 

Additional Inherited Members

- Public Types inherited from WebCore::EventListener
enum  Type {
  JSEventListenerType, ImageEventListenerType, ObjCEventListenerType, CPPEventListenerType,
  ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType, SVGTRefTargetEventListenerType,
  MediaControlsAppleEventListenerType, JSEventListenerType, ImageEventListenerType, ObjCEventListenerType,
  CPPEventListenerType, ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType,
  SVGTRefTargetEventListenerType, MediaControlsAppleEventListenerType
}
 
enum  Type {
  JSEventListenerType, ImageEventListenerType, ObjCEventListenerType, CPPEventListenerType,
  ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType, SVGTRefTargetEventListenerType,
  MediaControlsAppleEventListenerType, JSEventListenerType, ImageEventListenerType, ObjCEventListenerType,
  CPPEventListenerType, ConditionEventListenerType, GObjectEventListenerType, NativeEventListenerType,
  SVGTRefTargetEventListenerType, MediaControlsAppleEventListenerType
}
 
- Protected Member Functions inherited from WebCore::JSEventListener
 JSEventListener (JSC::JSObject *function, JSC::JSObject *wrapper, bool isAttribute, DOMWrapperWorld &)
 
 JSEventListener (JSC::JSObject *function, JSC::JSObject *wrapper, bool isAttribute, DOMWrapperWorld &)
 
void handleEvent (ScriptExecutionContext *, Event *) override
 
- Protected Member Functions inherited from WebCore::EventListener
 EventListener (Type type)
 
 EventListener (Type type)
 
- Protected Member Functions inherited from WTF::RefCounted< EventListener >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ ~JSErrorHandler()

WebCore::JSErrorHandler::~JSErrorHandler ( )
virtual

Member Function Documentation

◆ create()

static Ref<JSErrorHandler> WebCore::JSErrorHandler::create ( JSC::JSObject listener,
JSC::JSObject wrapper,
bool  isAttribute,
DOMWrapperWorld world 
)
inlinestatic

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