Home
last modified time | relevance | path

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

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