@field attributes A logically ORed set of JSPropertyAttributes to give to the property.
*/
typedef struct {
- const char* const name;
+ const char* name;
JSObjectGetPropertyCallback getProperty;
JSObjectSetPropertyCallback setProperty;
JSPropertyAttributes attributes;
@field attributes A logically ORed set of JSPropertyAttributes to give to the property.
*/
typedef struct {
- const char* const name;
+ const char* name;
JSObjectCallAsFunctionCallback callAsFunction;
JSPropertyAttributes attributes;
} JSStaticFunction;