Searched refs:m_idToJSObjectMap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm119 return m_idToJSObjectMap.contains(objectID);
127 return m_idToJSObjectMap.get(objectID).get();
152 } while (!m_objectIDCounter || m_objectIDCounter == static_cast<uint32_t>(-1) || m_idToJSObjectMap.contains(objectID));
154 m_idToJSObjectMap.set(objectID, Strong<JSObject>(vm, object));
176 m_idToJSObjectMap.remove(iter->value.first);
183 m_idToJSObjectMap.clear();
194 HashMap<uint32_t, JSC::Strong<JSC::JSObject>>::iterator iter = m_idToJSObjectMap.find(objectID);
195 if (iter == m_idToJSObjectMap.end()) {
207 m_idToJSObjectMap.remove(iter);
H A DNetscapePluginInstanceProxy.h334 HashMap<uint32_t, JSC::Strong<JSC::JSObject>> m_idToJSObjectMap; member in class:WebKit::NetscapePluginInstanceProxy::LocalObjectMap

Completed in 109 milliseconds