Searched refs:m_MapGlobal (Results 1 – 2 of 2) sorted by relevance
233 auto it = m_MapGlobal.find(WideString(propname).ToDefANSI()); in DelProperty()234 if (it == m_MapGlobal.end()) in DelProperty()243 auto it = m_MapGlobal.find(WideString(propname).ToDefANSI()); in GetProperty()244 if (it == m_MapGlobal.end()) in GetProperty()310 auto it = m_MapGlobal.find(pRuntime->ToWideString(params[0]).ToDefANSI()); in setPersistent()311 if (it == m_MapGlobal.end() || it->second->bDeleted) in setPersistent()375 for (const auto& iter : m_MapGlobal) { in CommitGlobalPersisitentVariables()503 m_MapGlobal.clear(); in DestroyGlobalPersisitentVariables()516 auto it = m_MapGlobal.find(propname); in SetGlobalVariables()517 if (it != m_MapGlobal.end()) { in SetGlobalVariables()[all …]
82 std::map<ByteString, std::unique_ptr<JSGlobalData>> m_MapGlobal; variable