Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-impl.h140 int m_lastContextId; variable
Dv8-inspector-impl.cc58 m_lastContextId(0) {} in V8InspectorImpl()
240 int contextId = ++m_lastContextId; in contextCreated()