Home
last modified time | relevance | path

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

123

/third_party/typescript/tests/cases/compiler/
DextendingClassFromAliasAndUsageInIndexer.ts31 var moduleName: string; variable
32 var visModel = new moduleMap[moduleName].VisualizationModel(); variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DbundleInstaller.js20 moduleName: "[PC preview] unknown moduleName", property
38 moduleName: "[PC preview] unknown moduleName", property
DmoduleInfo.js17 moduleName: "[PC preview] unknown moduleName", property
DelementName.js22 moduleName: "[PC preview] unknown moduleName", property
DextensionAbilityInfo.js24 moduleName: "[PC preview] unknown moduleName", property
DshortcutInfo.js35 moduleName: "[PC preview] unknown moduleName", property
DhapModuleInfo.js35 moduleName: "[PC preview] unknown moduleName", property
/third_party/jsframework/runtime/main/page/
Dregister.ts62 for (const moduleName in modules) { constant
108 const moduleName: string = s[1]; constant
/third_party/jsframework/runtime/main/extend/systemplugin/napi/global/
Dresource.js18 moduleName : '[PC Preview] unknow string', property
/third_party/node/test/parallel/
Dtest-module-relative-lookup.js8 function testFirstInPath(moduleName, isLocalModule) { argument
/third_party/typescript/tests/baselines/reference/
DextendingClassFromAliasAndUsageInIndexer.js32 var moduleName: string; variable
111 var moduleName; variable
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DMissionSnapshot.js24 moduleName: '[PC preview] unknown moduleName' property
DAbilityRunningInfo.js22 moduleName: '[PC preview] unknow moduleName' property
/third_party/jsframework/runtime/main/extend/systemplugin/
DdistributedSchedule.js20 moduleName: "[PC Preview] unknow moduleName", property
54 moduleName: "[PC Preview] unknow moduleName", property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_formInfo.js20 moduleName: '[PC preview] unknow moduleName', property
68 moduleName: '[PC preview] unknow moduleName', property
Dohos_distributedBundle.js27 moduleName: "[PC preview] unknown moduleName", property
Dohos_application_quickFixManager.js19 moduleName: '[PC preview] unknow moduleName', property
/third_party/node/tools/doc/
Dallhtml.mjs33 const moduleName = href.replace(/\.html$/, ''); constant
/third_party/typescript/src/services/codefixes/
DfixCannotFindModule.ts49 const moduleName = moduleSpecifierText.text; constant
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts135 const moduleName = tryGetModuleNameFromFile(factory, node, host, compilerOptions); constant
222 const moduleName = tryGetModuleNameFromFile(factory, node, host, compilerOptions); constant
1006 …const moduleName = getExternalModuleNameLiteral(factory, importNode, currentSourceFile, host, reso… constant
DesnextAnd2015.ts92 …const moduleName = getExternalModuleNameLiteral(factory, importNode, Debug.checkDefined(currentSou… constant
/third_party/typescript/src/services/
DpreProcess.ts12 moduleName: undefined constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DModuleTest.java69 …public static List<TestDataPair> getTestData(String moduleLocation, String moduleName) throws Exce… in getTestData()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DModuleTest.java66 …public static List<TestDataPair> getTestData(String moduleLocation, String moduleName) throws Exce… in getTestData()
/third_party/node/test/es-module/
Dtest-esm-loader-resolve-type.mjs9 const moduleName = 'module-counter-by-type'; constant

123