Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h64 static constexpr char EXT_NAME_TS[] = ".ts"; variable
Dmodule_path_helper.cpp473 …if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME… in IsImportFile()
490 …if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME… in RemoveSuffix()