Struct JSStaticValue

Describes a statically declared value property.

struct JSStaticValue ;

Adapted from JSStaticValue in Apple's JavaScriptCore.

Fields

NameTypeDescription
attributes PropertyAttributesA set of property attributes. Combine multiple attributes with bitwise OR.
getProperty extern(C) void function(xs.bindings.xsMachineRecord*)Invoked when getting this property’s value.
name string
setProperty extern(C) void function(xs.bindings.xsMachineRecord*)Invoked when setting this property’s value.