Home
last modified time | relevance | path

Searched defs:getCrashReport (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/__tests__/
H A DgetInitialData.test.ts30 getCrashReport, constant
/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts19 export const getCrashReport = jest.fn().mockResolvedValue(null); constant
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts67 export async function getCrashReport(): Promise<CrashReport | null> { function
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt193 fun getCrashReport(promise: Promise) { in getCrashReport() method