Searched refs:m_worldId (Results 1 – 2 of 2) sorted by relevance
108 bool isMainWorld() const { return m_worldId == MainWorldId; } in isMainWorld()109 bool isWorkerWorld() const { return m_worldId == WorkerWorldId; } in isWorkerWorld()110 …bool isIsolatedWorld() const { return MainWorldId < m_worldId && m_worldId < IsolatedWorldIdLimit… in isIsolatedWorld()112 int worldId() const { return m_worldId; } in worldId()130 const int m_worldId; variable
57 : m_worldId(worldId) in DOMWrapperWorld()97 WorldMap::iterator it = map.find(m_worldId); in ~DOMWrapperWorld()