Home
last modified time | relevance | path

Searched refs:consoleArgument (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DparseLogBoxLog.js82 function isComponentStack(consoleArgument) { argument
83 const isOldComponentStackFormat = / {4}in/.test(consoleArgument);
84 const isNewComponentStackFormat = / {4}at/.test(consoleArgument);
85 const isNewJSCComponentStackFormat = /@.*\n/.test(consoleArgument);
H A DparseLogBoxLog.js.map1consoleArgument: string) {\n const isOldComponentStackFormat = / {4}in/.test(consoleArgument);\n …
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DparseLogBoxLog.tsx128 function isComponentStack(consoleArgument: string) {
129 const isOldComponentStackFormat = / {4}in/.test(consoleArgument);
130 const isNewComponentStackFormat = / {4}at/.test(consoleArgument);
131 const isNewJSCComponentStackFormat = /@.*\n/.test(consoleArgument);