Searched refs:m_MapGlobal (Results 1 – 1 of 1) sorted by relevance
170 std::map<ByteString, std::unique_ptr<JSGlobalData>> m_MapGlobal; member in __anon0d76a8590111::JSGlobalAlternate274 auto it = m_MapGlobal.find(ByteString::FromUnicode(propname)); in DelProperty()275 if (it == m_MapGlobal.end()) in DelProperty()284 auto it = m_MapGlobal.find(ByteString::FromUnicode(propname)); in GetProperty()285 if (it == m_MapGlobal.end()) in GetProperty()352 auto it = m_MapGlobal.find( in setPersistent()354 if (it == m_MapGlobal.end() || it->second->bDeleted) in setPersistent()417 for (const auto& iter : m_MapGlobal) { in CommitGlobalPersisitentVariables()540 m_MapGlobal.clear(); in DestroyGlobalPersisitentVariables()553 auto it = m_MapGlobal.find(propname); in SetGlobalVariables()[all …]