| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | object_literals3.ts | 37 moduleName: Resource | null = null; property in ContainerModuleItem 43 moduleName: "ASF", constant
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | enable_aot_list_helper.h | 51 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/ |
| D | js_module_deregister.cpp | 67 void ModuleDeregister::ReviseLoadedModuleCount(JSThread *thread, JSTaggedValue moduleName) in ReviseLoadedModuleCount() 116 CString moduleName; in IncreaseRegisterCounts() local 166 CString moduleName; in DecreaseRegisterCounts() local
|
| D | module_path_helper.cpp | 79 … 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
|
| D | module_path_helper.h | 193 CString moduleName = recordName.substr(pos1, pos2 - pos1); in GetModuleName() local
|
| D | js_module_namespace.cpp | 337 …JSHandle<JSTaggedValue> moduleName(thread, SourceTextModule::GetModuleName(module.GetTaggedValue()… in SetModuleDeregisterProcession() local
|
| D | js_module_source_text.cpp | 337 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/ |
| D | path_helper.h | 46 inline static void DeleteNamespace(CString &moduleName) in DeleteNamespace()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 72 …bool RequestAot(const std::string &bundleName, const std::string &moduleName, RequestAotMode trigg… in RequestAot() 145 void SetModuleName(const std::string &moduleName) in SetModuleName()
|
| D | pgo_profiler_encoder.cpp | 47 bool PGOProfilerEncoder::ResetOutPathByModuleName(const std::string &moduleName) in ResetOutPathByModuleName() 289 void PGOProfilerEncoder::PostResetOutPathTask(const std::string &moduleName) in PostResetOutPathTask()
|
| D | pgo_profiler_encoder.h | 147 ResetOutPathTask(PGOProfilerEncoder *encoder, std::string moduleName, int32_t id) in ResetOutPathTask()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | litecg.cpp | 45 std::string moduleName = module.GetFileName(); in LiteCG() local
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | ecmaModule.ts | 44 private moduleName: string; property in SourceTextModuleRecord
|
| D | pandasm.ts | 251 public moduleName: string = ""; property in ModuleRecord
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 154 JSMutableHandle<JSTaggedValue> moduleName(thread, thread->GlobalConstants()->GetUndefined()); in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
| D | ohos_test.cpp | 73 const std::string &moduleName = "entry") in BuildOhosPkgJson()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | ets_interop_js_gtest.h | 78 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 47 std::string moduleName = ""; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.cpp | 779 CString moduleName = ModulePathHelper::GetModuleName(recordName); in GetCurrentModuleInfo() local
|
| D | ecma_vm.h | 445 void SetModuleName(const CString &moduleName) in SetModuleName()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_manager.cpp | 521 std::string moduleName = GetModuleNameFromDesc(desc.c_str()); in GenerateJSPandaFile() local
|
| D | literal_data_extractor.cpp | 288 CString moduleName = jsPandaFile->GetJSPandaFileDesc(); in DefineMethodInLiteral() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1617 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/ |
| D | aot_file_manager.cpp | 180 …Manager::BindPandaFilesInAotFile(const std::string &aotFileBaseName, const std::string &moduleName) in BindPandaFilesInAotFile()
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 901 static void AddModuleRecord(panda::pandasm::Program &prog, const std::string &moduleName) in AddModuleRecord() 1248 std::string moduleName = ParseString(moduleRecord["moduleName"].asString()); in ParseSingleModule() local
|