• Home
  • Raw
  • Download

Lines Matching refs:lpScriptContext

181   CXFA_ScriptContext* lpScriptContext = pDoc->GetScriptContext();  in GlobalPropertySetter()  local
182 CXFA_Object* lpCurNode = lpScriptContext->GetVariablesThis(lpOrginalNode); in GlobalPropertySetter()
187 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject()); in GlobalPropertySetter()
190 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertySetter()
235 CXFA_ScriptContext* lpScriptContext = pDoc->GetScriptContext(); in GlobalPropertyGetter() local
236 CXFA_Object* lpCurNode = lpScriptContext->GetVariablesThis(pOriginalObject); in GlobalPropertyGetter()
238 if (lpScriptContext->GetType() == XFA_SCRIPTLANGTYPE_Formcalc) { in GlobalPropertyGetter()
240 lpScriptContext->m_FM2JSContext->GlobalPropertyGetter(pValue); in GlobalPropertyGetter()
247 lpScriptContext->GetDocument()->GetXFAObject(uHashCode); in GlobalPropertyGetter()
249 pValue->Assign(lpScriptContext->GetJSValueFromMap(pObj)); in GlobalPropertyGetter()
256 CXFA_Node* pRefNode = ToNode(lpScriptContext->GetThisObject()); in GlobalPropertyGetter()
260 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertyGetter()
265 if (lpScriptContext->QueryNodeByFlag(pRefNode, wsPropName.AsStringC(), pValue, in GlobalPropertyGetter()
270 lpScriptContext->GetVariablesThis(pOriginalObject, true); in GlobalPropertyGetter()
272 lpScriptContext->QueryVariableValue(pScriptObject->AsNode(), szPropName, in GlobalPropertyGetter()
292 CXFA_ScriptContext* lpScriptContext = in NormalPropertyGetter() local
294 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertyGetter()
296 CFXJSE_Value* pValue = lpScriptContext->GetJSValueFromMap( in NormalPropertyGetter()
297 lpScriptContext->GetDocument()->GetRoot()); in NormalPropertyGetter()
303 bool bRet = lpScriptContext->QueryNodeByFlag( in NormalPropertyGetter()
308 if (pObject == lpScriptContext->GetThisObject() || in NormalPropertyGetter()
309 (lpScriptContext->GetType() == XFA_SCRIPTLANGTYPE_Javascript && in NormalPropertyGetter()
310 !lpScriptContext->IsStrictScopeInJavaScript())) { in NormalPropertyGetter()
312 bRet = lpScriptContext->QueryNodeByFlag( in NormalPropertyGetter()
319 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertyGetter()
321 bRet = lpScriptContext->QueryVariableValue(ToNode(pScriptObject), in NormalPropertyGetter()
335 CXFA_ScriptContext* lpScriptContext = in NormalPropertySetter() local
337 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertySetter()
370 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertySetter()
372 lpScriptContext->QueryVariableValue(ToNode(pScriptObject), szPropName, in NormalPropertySetter()
385 CXFA_ScriptContext* lpScriptContext = in NormalPropTypeGetter() local
387 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalPropTypeGetter()
407 CXFA_ScriptContext* lpScriptContext = in GlobalPropTypeGetter() local
409 pObject = lpScriptContext->GetVariablesThis(pObject); in GlobalPropTypeGetter()
424 CXFA_ScriptContext* lpScriptContext = in NormalMethodCall() local
426 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalMethodCall()