Home
last modified time | relevance | path

Searched refs:GetGlobalObject (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_context.h35 std::unique_ptr<CFXJSE_Value> GetGlobalObject();
Dcfxjse_engine.cpp120 delete ToThisProxy(pair.second->GetGlobalObject().get()); in ~CFXJSE_Engine()
570 std::unique_ptr<CFXJSE_Value> pObject = pVariableContext->GetGlobalObject(); in QueryVariableValue()
592 std::unique_ptr<CFXJSE_Value> pObject = pContext->GetGlobalObject(); in RemoveBuiltInObjs()
Dcfxjse_context.cpp225 std::unique_ptr<CFXJSE_Value> CFXJSE_Context::GetGlobalObject() { in GetGlobalObject() function in CFXJSE_Context