Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DLogBoxLog.ts153 private componentStackCache: Stack | null = null;
157 if (this.componentStackCache == null) {
158 this.componentStackCache = componentStackToStack(this.componentStack);
160 return this.componentStackCache;
/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DLogBoxLog.js130 componentStackCache = null; field in LogBoxLog
133 if (this.componentStackCache == null) {
134 this.componentStackCache = componentStackToStack(this.componentStack);
136 return this.componentStackCache;
H A DLogBoxLog.d.ts62 private componentStackCache;
H A DLogBoxLog.js.map1componentStackCache: Stack | null = null;\n\n private getStack(type: StackType): Stack {\n if …