Searched defs:FXJSE_CLASS_DESCRIPTOR (Results 1 – 1 of 1) sorted by relevance
58 struct FXJSE_CLASS_DESCRIPTOR { struct59 const char* name;60 const FXJSE_FUNCTION_DESCRIPTOR* methods;61 int32_t methNum;62 FXJSE_PropTypeGetter dynPropTypeGetter;63 FXJSE_PropAccessor dynPropGetter;64 FXJSE_PropAccessor dynPropSetter;65 FXJSE_MethodCallback dynMethodCall;