Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_deregister.cpp44 if (type != LoadingTypes::DYNAMITC_MODULE) { in FreeModuleRecord()
49 if (type == LoadingTypes::DYNAMITC_MODULE) { in FreeModuleRecord()
127 if (type == LoadingTypes::DYNAMITC_MODULE) { in IncreaseRegisterCounts()
176 if (type == LoadingTypes::DYNAMITC_MODULE) { in DecreaseRegisterCounts()
182 if (module->GetLoadingTypes() != LoadingTypes::DYNAMITC_MODULE) { in DecreaseRegisterCounts()
H A Djs_module_deregister.h31 LoadingTypes moduleLoadingType = LoadingTypes::DYNAMITC_MODULE; in InitForDeregisterModule()
H A Djs_dynamic_import.cpp62 moduleRecord->SetLoadingTypes(LoadingTypes::DYNAMITC_MODULE); in ExecuteNativeOrJsonModule()
H A Djs_module_source_text.h50 DYNAMITC_MODULE, member in panda::ecmascript::LoadingTypes
H A Djs_module_source_text.cpp1793 return types == LoadingTypes::DYNAMITC_MODULE; in IsDynamicModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1881 bool res1 = module->GetLoadingTypes() != LoadingTypes::DYNAMITC_MODULE; in HWTEST_F_L0()
1888 module2->SetLoadingTypes(LoadingTypes::DYNAMITC_MODULE); in HWTEST_F_L0()
1890 bool res2 = module2->GetLoadingTypes() != LoadingTypes::DYNAMITC_MODULE; in HWTEST_F_L0()
3251 bool res = SourceTextModule::IsDynamicModule(LoadingTypes::DYNAMITC_MODULE); in HWTEST_F_L0()

Completed in 15 milliseconds