Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h105 bool SkipDefaultBundleFile(const CString &moduleFileName) const;
Djs_module_manager.cpp396 bool ModuleManager::SkipDefaultBundleFile(const CString &moduleFileName) const in SkipDefaultBundleFile() function in panda::ecmascript::ModuleManager
442 std::shared_ptr<JSPandaFile> jsPandaFile = SkipDefaultBundleFile(moduleFileName) ? nullptr : in CommonResolveImportedModuleWithMerge()