Home
last modified time | relevance | path

Searched refs:debuggerId (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dstring-util.cc157 String16 debuggerIdToString(const std::pair<int64_t, int64_t>& debuggerId) { in debuggerIdToString() argument
162 debuggerId.first, debuggerId.second); in debuggerIdToString()
Dv8-debugger.cc393 const String16& debuggerId) { in pauseOnAsyncCall() argument
398 m_taskWithScheduledBreakDebuggerId = debuggerId; in pauseOnAsyncCall()
1156 std::pair<int64_t, int64_t> debuggerId( in debuggerIdFor() local
1159 if (!debuggerId.first && !debuggerId.second) ++debuggerId.first; in debuggerIdFor()
1161 it, std::make_pair(contextGroupId, debuggerId)); in debuggerIdFor()
1163 std::make_pair(debuggerIdToString(debuggerId), debuggerId)); in debuggerIdFor()
1164 return debuggerId; in debuggerIdFor()
Dstring-util.h90 String16 debuggerIdToString(const std::pair<int64_t, int64_t>& debuggerId);
Dv8-debugger.h66 const String16& debuggerId);
Dv8-debugger-agent-impl.cc719 std::pair<int64_t, int64_t> debuggerId; in getStackTrace() local
721 debuggerId = in getStackTrace()
724 debuggerId = m_debugger->debuggerIdFor(m_session->contextGroupId()); in getStackTrace()
726 V8StackTraceId v8StackTraceId(id, debuggerId); in getStackTrace()
Djs_protocol.pdl170 experimental Runtime.UniqueDebuggerId debuggerId
1098 # If `debuggerId` is set stack trace comes from another debugger and can be resolved there. This
1103 optional UniqueDebuggerId debuggerId