Searched refs:componentStackCache (Results 1 – 4 of 4) sorted by relevance
153 private componentStackCache: Stack | null = null;157 if (this.componentStackCache == null) {158 this.componentStackCache = componentStackToStack(this.componentStack);160 return this.componentStackCache;
130 componentStackCache = null; field in LogBoxLog133 if (this.componentStackCache == null) {134 this.componentStackCache = componentStackToStack(this.componentStack);136 return this.componentStackCache;
62 private componentStackCache;
1 …componentStackCache: Stack | null = null;\n\n private getStack(type: StackType): Stack {\n if …