Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_context.h32 std::unique_ptr<CFXJSE_Value> GetGlobalObject();
Dcfxjse_engine.cpp117 delete ToThisProxy(pair.second->GetGlobalObject().get(), nullptr); in ~CFXJSE_Engine()
501 std::unique_ptr<CFXJSE_Value> pObject = pVariableContext->GetGlobalObject(); in QueryVariableValue()
522 std::unique_ptr<CFXJSE_Value> pObject = pContext->GetGlobalObject(); in RemoveBuiltInObjs()
Dcfxjse_context.cpp195 std::unique_ptr<CFXJSE_Value> CFXJSE_Context::GetGlobalObject() { in GetGlobalObject() function in CFXJSE_Context