Searched refs:GetGlobalObject (Results 1 – 3 of 3) sorted by relevance
32 std::unique_ptr<CFXJSE_Value> GetGlobalObject();
117 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()
195 std::unique_ptr<CFXJSE_Value> CFXJSE_Context::GetGlobalObject() { in GetGlobalObject() function in CFXJSE_Context