Variable JSStaticValue.getProperty
Invoked when getting this property’s value.
struct JSStaticValue
{
// ...
extern(C) void function(xs .bindings .xsMachineRecord*) getProperty
;
// ...
}
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.