Home
last modified time | relevance | path

Searched refs:incrementCount (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DLogBoxLog.d.ts55 incrementCount(): void;
H A DLogBoxLog.js79 incrementCount() { method in LogBoxLog
H A DLogBoxData.js110 lastLog.incrementCount();
H A DLogBoxLog.js.map1 …his.symbolicated = data.symbolicated ?? this.symbolicated;\n }\n\n incrementCount(): void {\n …
H A DLogBoxData.js.map1 … if (lastLog && lastLog.category === newLog.category) {\n lastLog.incrementCount();\n handle…
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DLogBoxLog.ts90 incrementCount(): void {
H A DLogBoxData.tsx140 lastLog.incrementCount();