Searched refs:m_lastBoundObjectId (Results 1 – 2 of 2) sorted by relevance
10 : m_lastBoundObjectId(1), m_isolate(isolate) {} in InjectedScriptNative()45 if (m_lastBoundObjectId <= 0) m_lastBoundObjectId = 1; in bind()46 int id = m_lastBoundObjectId++; in bind()
35 int m_lastBoundObjectId; variable