Searched refs:m_MapGlobal (Results 1 – 2 of 2) sorted by relevance
169 return pdfium::Contains(m_MapGlobal, propname); in HasProperty()173 auto it = m_MapGlobal.find(propname); in DelProperty()174 if (it == m_MapGlobal.end()) in DelProperty()183 auto it = m_MapGlobal.find(propname); in GetProperty()184 if (it == m_MapGlobal.end()) in GetProperty()248 for (const auto& it : m_MapGlobal) { in EnumProperties()264 auto it = m_MapGlobal.find(pRuntime->ToByteString(params[0])); in setPersistent()265 if (it == m_MapGlobal.end() || it->second->bDeleted) in setPersistent()330 for (const auto& iter : m_MapGlobal) { in CommitGlobalPersisitentVariables()456 m_MapGlobal.clear(); in DestroyGlobalPersisitentVariables()[all …]
95 std::map<ByteString, std::unique_ptr<JSGlobalData>> m_MapGlobal; variable