Home | History | Annotate | Download | only in API

Lines Matching refs:JSStaticFunction

298 @struct JSStaticFunction
308 } JSStaticFunction;
318 @field staticFunctions 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.
351 const JSStaticFunction* staticFunctions;