Home
last modified time | relevance | path

Searched refs:stackFrames (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorStackFrames.d.ts7 export declare function getCollapseMessage(stackFrames: Stack, collapsed: boolean): string;
H A DLogBoxInspectorStackFrames.js46 function getCollapseMessage(stackFrames, collapsed) { argument
47 if (stackFrames.length === 0) {
50 const collapsedCount = stackFrames.reduce((count, { collapse }) => {
60 if (collapsedCount === stackFrames.length) {
H A DLogBoxInspectorStackFrames.js.map1stackFrames: Stack, collapsed: boolean): string {\n if (stackFrames.length === 0) {\n return '…
/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorStackFrames.tsx26 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) {