Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DparseLogBoxLog.js82 function isComponentStack(consoleArgument) { function
245 if (typeof lastArg === 'string' && isComponentStack(lastArg)) {
254 if (typeof arg === 'string' && isComponentStack(arg)) {
H A DparseLogBoxLog.js.map1isComponentStack(consoleArgument: string) {\n const isOldComponentStackFormat = / {4}in/.test(con…
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DparseLogBoxLog.tsx128 function isComponentStack(consoleArgument: string) {
310 if (typeof lastArg === 'string' && isComponentStack(lastArg)) {
320 if (typeof arg === 'string' && isComponentStack(arg)) {