Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h214 int m_lastBoundObjectId = 1; variable
Dinjected-script.cc801 if (m_lastBoundObjectId <= 0) m_lastBoundObjectId = 1; in bindObject()
802 int id = m_lastBoundObjectId++; in bindObject()