Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/src/error-overlay/
H A DuseRejectionHandler.ts30 function onUnhandledError(ev: ErrorEvent) {
53 window.addEventListener('error', onUnhandledError);
55 window.removeEventListener('error', onUnhandledError);
/expo/packages/@expo/metro-runtime/build/error-overlay/
H A DuseRejectionHandler.js33 function onUnhandledError(ev) { function
50 window.addEventListener('error', onUnhandledError);
52 window.removeEventListener('error', onUnhandledError);
H A DuseRejectionHandler.js.map1onUnhandledError(ev: ErrorEvent) {\n hasError.current = true;\n\n const error = ev?.erro…