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