Lines Matching refs:stack
10 #include "src/inspector/v8-stack-trace-impl.h"
63 // Only the top stack in the chain may be empty, so ensure that second stack
426 // When async call chain is empty but doesn't contain useful schedule stack
458 std::shared_ptr<AsyncStackTrace> stack) {
459 if (stack->m_id) return stack->m_id;
460 stack->m_id = debugger->storeStackTrace(stack);
461 return stack->m_id;