Searched refs:stackFrames (Results 1 – 4 of 4) sorted by relevance
7 export declare function getCollapseMessage(stackFrames: Stack, collapsed: boolean): string;
46 function getCollapseMessage(stackFrames, collapsed) { argument47 if (stackFrames.length === 0) {50 const collapsedCount = stackFrames.reduce((count, { collapse }) => {60 if (collapsedCount === stackFrames.length) {
1 …stackFrames: Stack, collapsed: boolean): string {\n if (stackFrames.length === 0) {\n return '…
26 export function getCollapseMessage(stackFrames: Stack, collapsed: boolean): string {27 if (stackFrames.length === 0) {31 const collapsedCount = stackFrames.reduce((count, { collapse }) => {44 if (collapsedCount === stackFrames.length) {