staticValues property

Pointer<JSStaticValue> staticValues
getter/setter pair

(const JSStaticValue*) A JSStaticValue array containing the class's statically declared value properties. Pass NULL to specify no statically declared value properties. The array must be terminated by a JSStaticValue whose name field is NULL.

Implementation

external Pointer<JSStaticValue> staticValues;