Searched refs:m_idToWrappedObject (Results 1 – 2 of 2) sorted by relevance
476 auto it = m_idToWrappedObject.find(objectId.id()); in findObject()477 if (it == m_idToWrappedObject.end()) in findObject()803 m_idToWrappedObject[id].Reset(m_context->isolate(), value); in bindObject()804 m_idToWrappedObject[id].AnnotateStrongRetainer(kGlobalHandleLabel); in bindObject()814 m_idToWrappedObject.erase(id); in unbindObject()
215 std::unordered_map<int, v8::Global<v8::Value>> m_idToWrappedObject; variable