/arkcompiler/ets_runtime/test/typeinfer/automatedcases/aliasUsedAsNameValue/ |
D | aliasUsedAsNameValue_2.ts | 23 import * as mod from "./aliasUsedAsNameValue_0"; 30 b.b(mod); 31 AssertType(b.b(mod), "any"); 33 AssertType(mod, "typeof mod");
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | declFileTypeofInAnonymousType.ts | 56 AssertType({ m: { mod: m1 }, mc: { cl: m1.c }, me: { en: m1.e }, mh: m1.e.holiday}, "{ … 58 m: { mod: m1 }, 60 AssertType({ mod: m1 }, "{ mod: typeof m1; }"); 61 AssertType(mod, "typeof m1");
|
D | declaredExternalModule.ts | 32 use: (mod: connectModule) => connectExport;
|
D | declaredExternalModuleWithExportAssignment.ts | 28 use: (mod: connectModule) => connectExport;
|
D | exportAssignmentWithPrivacyError.ts | 25 use: (mod: connectmodule) => connectexport;
|
D | exportAssignmentWithImportStatementPrivacyError.ts | 27 use: (mod: connectModule) => connectExport;
|
D | declFileExportAssignmentImportInternalModule.ts | 28 use: (mod: connectModule) => connectExport;
|
D | declarationMaps.ts | 26 use: (mod: connectModule) => connectExport;
|
D | declareFileExportAssignment.ts | 26 use: (mod: connectModule) => connectExport;
|
D | declareFileExportAssignmentWithVarFromVariableStatement.ts | 26 use: (mod: connectModule) => connectExport;
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/globalThisDeclarationEmit3/ |
D | variable.ts | 22 import mod = globalThis; 23 export { mod as variable };
|
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/ |
D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
D | base_mod.js | 29 constructor(brand, mod) { argument 31 this.model = mod;
|
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/ |
D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/ |
D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
D | base_mod.js | 28 constructor(brand, mod) { argument 30 this.model = mod;
|
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/ |
D | base.js | 26 constructor(brand, mod) { argument 28 this.model = mod;
|
D | base_mod.js | 31 constructor(brand, mod) { argument 33 this.model = mod;
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/importedAliasesInTypePositions/ |
D | file1.ts | 22 export module elaborate.nested.mod.name {
|
D | file2.ts | 23 import ReferredTo = RT_ALIAS.elaborate.nested.mod.name.ReferredTo;
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | math-48.pa | 21 # check ArithmeticException in case of mod by zero 27 mod v0, v1
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | util.ts | 57 node.modifiers.forEach((mod) => { 58 if (mod.kind === ts.SyntaxKind.ExportKeyword) { 70 node.modifiers.forEach((mod) => { 71 if (mod.kind === ts.SyntaxKind.DefaultKeyword) {
|