Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals3.ts37 moduleName: Resource | null = null; property in ContainerModuleItem
43 moduleName: "ASF", constant
/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.h51 bool IsEnableList(const std::string &bundleName, const std::string &moduleName) in IsEnableList()
64 bool IsDisableBlackList(const std::string &bundleName, const std::string &moduleName) in IsDisableBlackList()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_deregister.cpp67 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, JSTaggedValue moduleName) in ReviseLoadedModuleCount()
116 CString moduleName; in IncreaseRegisterCounts() local
166 CString moduleName; in DecreaseRegisterCounts() local
Dmodule_path_helper.cpp79 … CString moduleName = inputFileName.substr(BUNDLE_INSTALL_PATH_LEN, pos - BUNDLE_INSTALL_PATH_LEN); in ParseOhmUrl() local
127 CString moduleName = vec[1]; in ParseUrl() local
162 CString moduleName = vec[1]; in ParsePrefixBundle() local
307 CString moduleName = vec[1]; in FindPackageInTopLevelWithNamespace() local
534 CString moduleName; in GetModuleNameWithBaseFile() local
555 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts() local
Dmodule_path_helper.h193 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleName() local
Djs_module_namespace.cpp337 …JSHandle<JSTaggedValue> moduleName(thread, SourceTextModule::GetModuleName(module.GetTaggedValue()… in SetModuleDeregisterProcession() local
Djs_module_source_text.cpp337 const CString &moduleName) in MakeAppArgs()
368 CString moduleName = PathHelper::GetStrippedModuleName(moduleRequestName); in LoadNativeModule() local
414 JSHandle<JSTaggedValue> &moduleName, JSHandle<JSTaggedValue> &exports, bool isBundle) in InitializeEnvironment()
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h46 inline static void DeleteNamespace(CString &moduleName) in DeleteNamespace()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h72 …bool RequestAot(const std::string &bundleName, const std::string &moduleName, RequestAotMode trigg… in RequestAot()
145 void SetModuleName(const std::string &moduleName) in SetModuleName()
Dpgo_profiler_encoder.cpp47 bool PGOProfilerEncoder::ResetOutPathByModuleName(const std::string &moduleName) in ResetOutPathByModuleName()
289 void PGOProfilerEncoder::PostResetOutPathTask(const std::string &moduleName) in PostResetOutPathTask()
Dpgo_profiler_encoder.h147 ResetOutPathTask(PGOProfilerEncoder *encoder, std::string moduleName, int32_t id) in ResetOutPathTask()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp45 std::string moduleName = module.GetFileName(); in LiteCG() local
/arkcompiler/ets_frontend/ts2panda/src/
DecmaModule.ts44 private moduleName: string; property in SourceTextModuleRecord
Dpandasm.ts251 public moduleName: string = ""; property in ModuleRecord
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp154 JSMutableHandle<JSTaggedValue> moduleName(thread, thread->GlobalConstants()->GetUndefined()); in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp73 const std::string &moduleName = "entry") in BuildOhosPkgJson()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h78 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h47 std::string moduleName = ""; member
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp779 CString moduleName = ModulePathHelper::GetModuleName(recordName); in GetCurrentModuleInfo() local
Decma_vm.h445 void SetModuleName(const CString &moduleName) in SetModuleName()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp521 std::string moduleName = GetModuleNameFromDesc(desc.c_str()); in GenerateJSPandaFile() local
Dliteral_data_extractor.cpp288 CString moduleName = jsPandaFile->GetJSPandaFileDesc(); in DefineMethodInLiteral() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1617 auto moduleName = GetCurrentTSModuleName(); in VisitTsImportEqualsDeclaration() local
1820 auto moduleName = GetCurrentTSModuleName(); in CreateTsModuleAssignment() local
1952 auto moduleName = GetCurrentTSModuleName(); in CreateTsModuleParam() local
2585 …auto moduleName = scope->IsTSEnumScope() ? FindTSEnumNameByScope(scope) : FindTSModuleNameByScope(… in CreateMemberExpressionFromIdentifier() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp180 …Manager::BindPandaFilesInAotFile(const std::string &aotFileBaseName, const std::string &moduleName) in BindPandaFilesInAotFile()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp901 static void AddModuleRecord(panda::pandasm::Program &prog, const std::string &moduleName) in AddModuleRecord()
1248 std::string moduleName = ParseString(moduleRecord["moduleName"].asString()); in ParseSingleModule() local

12