Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_engine.h96 CXFA_Object* GetVariablesThis(CXFA_Object* pObject, bool bScriptNode = false);
Dcfxjse_engine.cpp442 bool bScriptNode) { in GetVariablesThis() argument
447 return bScriptNode ? pProxy->GetScriptNode() : pProxy->GetThisNode(); in GetVariablesThis()