Searched refs:FXJSE_CLASS_DESCRIPTOR (Results 1 – 8 of 8) sorted by relevance
30 FXJSE_CLASS_DESCRIPTOR* AsClassDescriptor(void* ptr) { in AsClassDescriptor()31 auto* result = static_cast<FXJSE_CLASS_DESCRIPTOR*>(ptr); in AsClassDescriptor()57 const FXJSE_CLASS_DESCRIPTOR* lpClassDefinition = in V8ConstructorCallback_Wrapper()69 const FXJSE_CLASS_DESCRIPTOR* lpClass = in Context_GlobalObjToString()96 auto* pClassDescriptor = static_cast<const FXJSE_CLASS_DESCRIPTOR*>( in DynPropGetterAdapter_MethodCallback()127 void DynPropGetterAdapter(const FXJSE_CLASS_DESCRIPTOR* lpClass, in DynPropGetterAdapter()152 0, const_cast<FXJSE_CLASS_DESCRIPTOR*>(lpClass)); in DynPropGetterAdapter()167 void DynPropSetterAdapter(const FXJSE_CLASS_DESCRIPTOR* lpClass, in DynPropSetterAdapter()182 bool DynPropQueryAdapter(const FXJSE_CLASS_DESCRIPTOR* lpClass, in DynPropQueryAdapter()197 const FXJSE_CLASS_DESCRIPTOR* lpClass = in NamedPropertyQueryCallback()[all …]
67 struct FXJSE_CLASS_DESCRIPTOR { struct78 extern const FXJSE_CLASS_DESCRIPTOR GlobalClassDescriptor; argument79 extern const FXJSE_CLASS_DESCRIPTOR NormalClassDescriptor;80 extern const FXJSE_CLASS_DESCRIPTOR VariablesClassDescriptor;81 extern const FXJSE_CLASS_DESCRIPTOR kFormCalcFM2JSDescriptor;
16 struct FXJSE_CLASS_DESCRIPTOR;21 const FXJSE_CLASS_DESCRIPTOR* lpClassDefintion,35 UnownedPtr<const FXJSE_CLASS_DESCRIPTOR> m_lpClassDefinition;
21 struct FXJSE_CLASS_DESCRIPTOR;27 const FXJSE_CLASS_DESCRIPTOR* pGlobalClass,
39 const FXJSE_CLASS_DESCRIPTOR GlobalClassDescriptor = {50 const FXJSE_CLASS_DESCRIPTOR NormalClassDescriptor = {61 const FXJSE_CLASS_DESCRIPTOR VariablesClassDescriptor = {
182 const FXJSE_CLASS_DESCRIPTOR* pGlobalClass, in Create()
1331 const FXJSE_CLASS_DESCRIPTOR kFormCalcFM2JSDescriptor = {
25 One of 4 specific FXJSE_CLASS_DESCRIPTOR globals for FXJSE classes:35 A FXJSE_CLASS_DESCRIPTOR pointer means to expect an actual v8 function