Struct JSStaticFunction

Describes a statically declared function property.

struct JSStaticFunction ;

Adapted from JSStaticFunction in Apple's JavaScriptCore.

Fields

NameTypeDescription
attributes PropertyAttributesA set of property attributes. Combine multiple attributes with bitwise OR.
callAsFunction extern(C) void function(xs.bindings.xsMachineRecord*)
name string