Struct JSStaticValue
Describes a statically declared value property.
struct JSStaticValue
;
Adapted from JSStaticValue
in Apple's JavaScriptCore.
Fields
Name | Type | Description |
---|---|---|
attributes
|
PropertyAttributes | A set of property attributes. Combine multiple attributes with bitwise OR. |
getProperty
|
extern(C) void function(xs | Invoked when getting this property’s value. |
name
|
string | |
setProperty
|
extern(C) void function(xs | Invoked when setting this property’s value. |