Home
last modified time | relevance | path

Searched refs:m_idToWrappedObject (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.cc476 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()
Dinjected-script.h215 std::unordered_map<int, v8::Global<v8::Value>> m_idToWrappedObject; variable