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

#include <JSClassRef.h>

Public Member Functions

 StaticValueEntry (JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes, String &propertyName)
 
 StaticValueEntry (JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes, String &propertyName)
 

Public Attributes

 WTF_MAKE_FAST_ALLOCATED
 
JSObjectGetPropertyCallback getProperty
 
JSObjectSetPropertyCallback setProperty
 
JSPropertyAttributes attributes
 
RefPtr< OpaqueJSStringpropertyNameRef
 

Constructor & Destructor Documentation

◆ StaticValueEntry() [1/2]

StaticValueEntry::StaticValueEntry ( JSObjectGetPropertyCallback  _getProperty,
JSObjectSetPropertyCallback  _setProperty,
JSPropertyAttributes  _attributes,
String &  propertyName 
)
inline

◆ StaticValueEntry() [2/2]

StaticValueEntry::StaticValueEntry ( JSObjectGetPropertyCallback  _getProperty,
JSObjectSetPropertyCallback  _setProperty,
JSPropertyAttributes  _attributes,
String &  propertyName 
)
inline

Member Data Documentation

◆ attributes

JSPropertyAttributes StaticValueEntry::attributes

◆ getProperty

JSObjectGetPropertyCallback StaticValueEntry::getProperty

◆ propertyNameRef

RefPtr< OpaqueJSString > StaticValueEntry::propertyNameRef

◆ setProperty

JSObjectSetPropertyCallback StaticValueEntry::setProperty

◆ WTF_MAKE_FAST_ALLOCATED

StaticValueEntry::WTF_MAKE_FAST_ALLOCATED

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