Searched refs:GetVariablesThis (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cfxjse_engine.cpp | 190 pRefNode = ToNode(lpScriptContext->GetVariablesThis(lpOrginalNode, false)); in GlobalPropertySetter() 252 ToNode(lpScriptContext->GetVariablesThis(pOriginalObject, false)); in GlobalPropertyGetter() 268 lpScriptContext->GetVariablesThis(pOriginalObject, true); in GlobalPropertyGetter() 304 pObject = lpScriptContext->GetVariablesThis(pObject, false); in GlobalPropTypeGetter() 325 lpScriptContext->GetVariablesThis(pOriginalObject, false); in NormalPropertyGetter() 352 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertyGetter() 403 lpScriptContext->GetVariablesThis(pOriginalObject, false); in NormalPropertySetter() 441 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertySetter() 456 pObject = lpScriptContext->GetVariablesThis(pObject, false); in NormalPropTypeGetter() 477 pObject = lpScriptContext->GetVariablesThis(pObject, false); in NormalMethodCall() [all …]
|
D | cfxjse_engine.h | 115 CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode);
|