Lines Matching refs:contextGroupId
26 int contextGroupId) { in toFrame() argument
52 V8Debugger* debugger, int contextGroupId) { in toFramesVector() argument
61 frames.push_back(toFrame(stackFrame, wasmTranslation, contextGroupId)); in toFramesVector()
117 V8Debugger* debugger, int contextGroupId, in create() argument
125 contextGroupId); in create()
137 if (contextGroupId && asyncCallChain && asyncCallChain->m_contextGroupId && in create()
138 asyncCallChain->m_contextGroupId != contextGroupId) { in create()
154 contextGroupId, description, frames, in create()
170 V8Debugger* debugger, int contextGroupId, size_t maxStackSize, in capture() argument
179 return V8StackTraceImpl::create(debugger, contextGroupId, stackTrace, in capture()
200 V8StackTraceImpl::V8StackTraceImpl(int contextGroupId, in V8StackTraceImpl() argument
204 : m_contextGroupId(contextGroupId), in V8StackTraceImpl()