Home
last modified time | relevance | path

Searched refs:GetVariablesThis (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_engine.cpp181 pRefNode = ToNode(lpScriptContext->GetVariablesThis(lpOrginalNode)); in GlobalPropertySetter()
232 pRefNode = ToNode(lpScriptContext->GetVariablesThis(pOriginalObject)); in GlobalPropertyGetter()
249 lpScriptContext->GetVariablesThis(pOriginalObject, true); in GlobalPropertyGetter()
271 pObject = lpScriptContext->GetVariablesThis(pObject); in GlobalPropTypeGetter()
291 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertyGetter()
318 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertyGetter()
336 CXFA_Object* pObject = lpScriptContext->GetVariablesThis(pOriginalObject); in NormalPropertySetter()
373 lpScriptContext->GetVariablesThis(pOriginalObject, true); in NormalPropertySetter()
388 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalPropTypeGetter()
409 pObject = lpScriptContext->GetVariablesThis(pObject); in NormalMethodCall()
[all …]
Dcfxjse_engine.h96 CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode = false);