Searched refs:scheduledAsyncCall (Results 1 – 2 of 2) sorted by relevance
1358 v8_inspector::V8StackTraceId scheduledAsyncCall = in currentScheduledAsyncCall() local1359 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()
127 v8_inspector::V8StackTraceId scheduledAsyncCall() { in scheduledAsyncCall() function