Variable JSStaticValue.setProperty
Invoked when setting this property’s value.
struct JSStaticValue
{
// ...
extern(C) void function(xs .bindings .xsMachineRecord*) setProperty
;
// ...
}
If this function returns null
, the get request forwards to object’s statically declared properties, then its parent class chain (which includes the default Object class), then its prototype chain.