Searched refs:dynPropSetter (Results 1 – 3 of 3) sorted by relevance
81 if (lpClass->dynPropSetter) { in FXJSE_DynPropSetterAdapter()82 lpClass->dynPropSetter(hObject, szPropName, hValue); in FXJSE_DynPropSetterAdapter()444 lpClassDefinition->dynPropSetter in SetUpNamedPropHandler()
429 m_JsGlobalClass.dynPropSetter = CXFA_ScriptContext::GlobalPropertySetter; in DefineJsContext()453 m_JsGlobalVariablesClass.dynPropSetter = in CreateVariablesContext()586 m_JsNormalClass.dynPropSetter = CXFA_ScriptContext::NormalPropertySetter; in DefineJsClass()
92 FXJSE_PropAccessor dynPropSetter; member