Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc1358 v8_inspector::V8StackTraceId scheduledAsyncCall = in currentScheduledAsyncCall() local
1359 m_debugger->scheduledAsyncCall(); in currentScheduledAsyncCall()
1360 if (scheduledAsyncCall.IsInvalid()) return nullptr; in currentScheduledAsyncCall()
1363 .setId(stackTraceIdToString(scheduledAsyncCall.id)) in currentScheduledAsyncCall()
1366 if (scheduledAsyncCall.debugger_id.first || in currentScheduledAsyncCall()
1367 scheduledAsyncCall.debugger_id.second) { in currentScheduledAsyncCall()
1369 debuggerIdToString(scheduledAsyncCall.debugger_id)); in currentScheduledAsyncCall()
Dv8-debugger.h127 v8_inspector::V8StackTraceId scheduledAsyncCall() { in scheduledAsyncCall() function