staticFunctions property
(const JSStaticFunction*) A JSStaticFunction array containing the class's statically declared function properties. Pass NULL to specify no statically declared function properties. The array must be terminated by a JSStaticFunction whose name field is NULL.
Implementation
external Pointer<JSStaticFunction> staticFunctions;