Searched refs:debuggerIdFor (Results 1 – 3 of 3) sorted by relevance
883 if (debuggerIdFor(contextGroupId).pair() != id.debugger_id) return nullptr; in stackTraceFor()912 return V8StackTraceId(id, debuggerIdFor(contextGroupId).pair(), shouldPause); in storeCurrentStackTrace()1155 internal::V8DebuggerId V8Debugger::debuggerIdFor(int contextGroupId) { in debuggerIdFor() function in v8_inspector::V8Debugger
132 internal::V8DebuggerId debuggerIdFor(int contextGroupId);
406 m_debugger->debuggerIdFor(m_session->contextGroupId()).toString(); in enable()857 debuggerId = m_debugger->debuggerIdFor(m_session->contextGroupId()); in getStackTrace()