Home
last modified time | relevance | path

Searched refs:VALID_EXTENSIONS (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp45 const std::set<std::string> VALID_EXTENSIONS = { "js", "ts", "as", "abc" }; member
77 if (VALID_EXTENSIONS.find(fileExtension) != VALID_EXTENSIONS.end()) { in GetScriptExtension()
577 if (VALID_EXTENSIONS.find(extension) == VALID_EXTENSIONS.end()) { in Parse()

Completed in 2 milliseconds