Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts588 if (entryExist(filePath, entryTypes)) {
591 } else if (entryExist(filePath, entryMain)) {
598 function entryExist(filePath: string, entry: string): boolean { function