Searched refs:isHermesBytecodeBundleAsync (Results 1 – 2 of 2) sorted by relevance
7 isHermesBytecodeBundleAsync,95 const result = await isHermesBytecodeBundleAsync(file);101 const result = await isHermesBytecodeBundleAsync(file);107 await expect(isHermesBytecodeBundleAsync(file)).rejects.toThrow();
223 export async function isHermesBytecodeBundleAsync(file: string): Promise<boolean> { function