webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <JSObjectRef.h>
Public Attributes | |
const char * | name |
JSObjectGetPropertyCallback | getProperty |
JSObjectSetPropertyCallback | setProperty |
JSPropertyAttributes | attributes |
This structure describes a statically declared value property. name A null-terminated UTF8 string containing the property's name. getProperty A JSObjectGetPropertyCallback to invoke when getting the property's value. setProperty A JSObjectSetPropertyCallback to invoke when setting the property's value. May be NULL if the ReadOnly attribute is set. attributes A logically ORed set of JSPropertyAttributes to give to the property.
JSPropertyAttributes JSStaticValue::attributes |
JSObjectGetPropertyCallback JSStaticValue::getProperty |
const char * JSStaticValue::name |
JSObjectSetPropertyCallback JSStaticValue::setProperty |