webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTR::ScriptItem< type > Class Template Reference
Inheritance diagram for WTR::ScriptItem< type >:
WTR::WorkQueueItem

Public Member Functions

 ScriptItem (const String &script)
 
WorkQueueItem::Type invoke () const
 
- Public Member Functions inherited from WTR::WorkQueueItem
virtual ~WorkQueueItem ()
 

Public Attributes

WKRetainPtr< WKStringRefm_script
 

Additional Inherited Members

- Public Types inherited from WTR::WorkQueueItem
enum  Type { Loading, NonLoading }
 

Constructor & Destructor Documentation

◆ ScriptItem()

template<WorkQueueItem::Type type>
WTR::ScriptItem< type >::ScriptItem ( const String script)
inlineexplicit

Member Function Documentation

◆ invoke()

template<WorkQueueItem::Type type>
WorkQueueItem::Type WTR::ScriptItem< type >::invoke ( ) const
inlinevirtual

Implements WTR::WorkQueueItem.

Member Data Documentation

◆ m_script

template<WorkQueueItem::Type type>
WKRetainPtr<WKStringRef> WTR::ScriptItem< type >::m_script

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