Home
last modified time | relevance | path

Searched refs:componentStack (Results 1 – 25 of 46) sorted by relevance

12

/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DparseLogBoxLog.js134 componentStack: [],
158 componentStack: [],
182 componentStack: [],
200 componentStack: [],
208 const componentStack = error.componentStack;
214 componentStack: componentStack != null ? parseComponentStack(componentStack) : [],
218 if (componentStack != null) {
224 componentStack: parseComponentStack(componentStack),
241 let componentStack = [];
251 if (componentStack.length === 0) {
[all …]
H A DLogBoxLog.js35 function componentStackToStack(componentStack) { argument
36 return componentStack.map((stack) => ({
48 componentStack; field in LogBoxLog
73 this.componentStack = data.componentStack;
134 this.componentStackCache = componentStackToStack(this.componentStack);
141 if (type === 'component' && !this.componentStack?.length) {
H A DLogBoxData.d.ts17 componentStack: ComponentStack;
39 export declare function reportLogBoxError(error: ExtendedError, componentStack?: string): void;
40 export declare function reportUnexpectedLogBoxError(error: ExtendedError, componentStack?: string):…
H A DLogBoxData.js57 function reportLogBoxError(error, componentStack) { argument
59 if (componentStack != null) {
60 error.componentStack = componentStack;
65 function reportUnexpectedLogBoxError(error, componentStack) { argument
67 return reportLogBoxError(error, componentStack);
169 componentStack: log.componentStack,
327 reportLogBoxError(err, errorInfo.componentStack);
H A DLogBoxLog.d.ts18 componentStack: ComponentStack;
44 componentStack: ComponentStack; property in LogBoxLog
H A DparseLogBoxLog.d.ts40 componentStack: ComponentStack;
H A DparseLogBoxLog.js.map1componentStack: [],\n codeFrame: {\n fileName,\n location: {\n row: pa…
/expo/packages/@expo/metro-runtime/src/error-overlay/modules/ExceptionsManager/
H A Dindex.ts27 if (e.componentStack != null) {
28 message += `\n\nThis error is located at:${e.componentStack}`;
42 componentStack: typeof e.componentStack === 'string' ? e.componentStack : null, constant
/expo/packages/@expo/metro-runtime/build/error-overlay/modules/ExceptionsManager/
H A Dindex.js26 if (e.componentStack != null) {
27 message += `\n\nThis error is located at:${e.componentStack}`;
38 componentStack: typeof e.componentStack === 'string' ? e.componentStack : null,
H A Dindex.d.ts17 componentStack: any;
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DLogBoxLog.ts23 componentStack: ComponentStack;
30 function componentStackToStack(componentStack: ComponentStack): Stack {
31 return componentStack.map((stack) => ({
52 componentStack: ComponentStack; property in LogBoxLog
83 this.componentStack = data.componentStack;
158 this.componentStackCache = componentStackToStack(this.componentStack);
166 if (type === 'component' && !this.componentStack?.length) {
H A DparseLogBoxLog.tsx186 componentStack: [],
212 componentStack: [],
238 componentStack: [],
257 componentStack: [],
266 const componentStack = error.componentStack;
272 componentStack: componentStack != null ? parseComponentStack(componentStack) : [],
277 if (componentStack != null) {
283 componentStack: parseComponentStack(componentStack),
299 componentStack: ComponentStack;
317 if (componentStack.length === 0) {
[all …]
H A DLogBoxData.tsx25 componentStack: ComponentStack;
81 export function reportLogBoxError(error: ExtendedError, componentStack?: string): void {
84 if (componentStack != null) {
85 error.componentStack = componentStack;
90 export function reportUnexpectedLogBoxError(error: ExtendedError, componentStack?: string): void {
92 return reportLogBoxError(error, componentStack);
204 componentStack: log.componentStack,
363 componentDidCatch(err: Error, errorInfo: { componentStack: string } & any) {
366 reportLogBoxError(err, errorInfo.componentStack);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap21 "componentStack": Array [],
40 "componentStack": Array [],
H A DLogBoxInspectorContainer-test.js.snap29 "componentStack": Array [],
66 "componentStack": Array [],
125 "componentStack": Array [],
176 "componentStack": Array [],
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap21 "componentStack": Array [],
40 "componentStack": Array [],
H A DLogBoxInspectorContainer-test.js.snap29 "componentStack": Array [],
66 "componentStack": Array [],
125 "componentStack": Array [],
176 "componentStack": Array [],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/__tests__/__snapshots__/
H A DLogBoxNotificationContainer-test.js.snap21 "componentStack": Array [],
40 "componentStack": Array [],
H A DLogBoxInspectorContainer-test.js.snap29 "componentStack": Array [],
66 "componentStack": Array [],
125 "componentStack": Array [],
176 "componentStack": Array [],
/expo/packages/@expo/metro-runtime/build/error-overlay/
H A DLogBox.web.js99 const { category, message, componentStack } = parseLogBoxLog(args);
111 componentStack,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspector-test.js.snap23 "componentStack": Array [],
72 "componentStack": Array [],
H A DLogBoxInspectorReactFrames-test.js.snap3 exports[`LogBoxInspectorReactFrames should render componentStack frames with full path pressable 1`…
139 exports[`LogBoxInspectorReactFrames should render componentStack frames with more than 3 stacks 1`]…
461 exports[`LogBoxInspectorReactFrames should render componentStack frames with parent folder of index…
597 exports[`LogBoxInspectorReactFrames should render componentStack frames without full path pressable…
733 exports[`LogBoxInspectorReactFrames should render null for no componentStack frames 1`] = `null`;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspector-test.js.snap23 "componentStack": Array [],
72 "componentStack": Array [],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspector-test.js.snap23 "componentStack": Array [],
72 "componentStack": Array [],
/expo/packages/@expo/metro-runtime/src/error-overlay/
H A DLogBox.web.ts138 const { category, message, componentStack } = parseLogBoxLog(args); constant
152 componentStack,

12