webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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< OpaqueJSString > | propertyNameRef |
|
inline |
|
inline |
JSPropertyAttributes StaticValueEntry::attributes |
JSObjectGetPropertyCallback StaticValueEntry::getProperty |
RefPtr< OpaqueJSString > StaticValueEntry::propertyNameRef |
JSObjectSetPropertyCallback StaticValueEntry::setProperty |
StaticValueEntry::WTF_MAKE_FAST_ALLOCATED |