Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.h244 int m_lastBoundObjectId = 1; member in v8_inspector::final
H A Dinjected-script.cc1022 if (m_lastBoundObjectId <= 0) m_lastBoundObjectId = 1; in bindObject()
1023 int id = m_lastBoundObjectId++; in bindObject()

Completed in 5 milliseconds