Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp610 HWTEST_F_L0(EcmaModuleTest, IsNativeModuleRequest) in HWTEST_F_L0() argument
613 bool res1 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
617 bool res2 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
621 bool res3 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
625 bool res4 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h160 inline static bool IsNativeModuleRequest(const CString &requestName) in IsNativeModuleRequest() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp692 if (ModulePathHelper::IsNativeModuleRequest(moduleRequestName)) { in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp148 if (ModulePathHelper::IsNativeModuleRequest(cstringRelativePath)) { in ResolveImportType()