Searched refs:dynPropGetter (Results 1 – 3 of 3) sorted by relevance
46 if (lpClass->dynPropGetter) { in FXJSE_DynPropGetterAdapter()47 lpClass->dynPropGetter(hObject, szPropName, hValue); in FXJSE_DynPropGetterAdapter()441 lpClassDefinition->dynPropGetter in SetUpNamedPropHandler()
428 m_JsGlobalClass.dynPropGetter = CXFA_ScriptContext::GlobalPropertyGetter; in DefineJsContext()451 m_JsGlobalVariablesClass.dynPropGetter = in CreateVariablesContext()585 m_JsNormalClass.dynPropGetter = CXFA_ScriptContext::NormalPropertyGetter; in DefineJsClass()
91 FXJSE_PropAccessor dynPropGetter; member