Searched defs:FXJSE_CLASS_DESCRIPTOR (Results 1 – 1 of 1) sorted by relevance
52 struct FXJSE_CLASS_DESCRIPTOR { struct53 const FX_CHAR* name;54 FXJSE_FuncCallback constructor;55 const FXJSE_PROPERTY_DESCRIPTOR* properties;56 const FXJSE_FUNCTION_DESCRIPTOR* methods;57 int32_t propNum;58 int32_t methNum;59 FXJSE_PropTypeGetter dynPropTypeGetter;60 FXJSE_PropAccessor dynPropGetter;61 FXJSE_PropAccessor dynPropSetter;[all …]