![]() |
Ultralight C++ API 1.3.0
|
#include <JavaScriptCore/JSObjectRef.h>
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. Public Attributes | |
| const char * | name |
| JSObjectGetPropertyCallback | getProperty |
| JSObjectSetPropertyCallback | setProperty |
| JSPropertyAttributes | attributes |
| JSPropertyAttributes JSStaticValue::attributes |
| JSObjectGetPropertyCallback JSStaticValue::getProperty |
| const char* JSStaticValue::name |
| JSObjectSetPropertyCallback JSStaticValue::setProperty |