Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/aliasUsedAsNameValue/
DaliasUsedAsNameValue_2.ts23 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/
DdeclFileTypeofInAnonymousType.ts56 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");
DdeclaredExternalModule.ts32 use: (mod: connectModule) => connectExport;
DdeclaredExternalModuleWithExportAssignment.ts28 use: (mod: connectModule) => connectExport;
DexportAssignmentWithPrivacyError.ts25 use: (mod: connectmodule) => connectexport;
DexportAssignmentWithImportStatementPrivacyError.ts27 use: (mod: connectModule) => connectExport;
DdeclFileExportAssignmentImportInternalModule.ts28 use: (mod: connectModule) => connectExport;
DdeclarationMaps.ts26 use: (mod: connectModule) => connectExport;
DdeclareFileExportAssignment.ts26 use: (mod: connectModule) => connectExport;
DdeclareFileExportAssignmentWithVarFromVariableStatement.ts26 use: (mod: connectModule) => connectExport;
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/globalThisDeclarationEmit3/
Dvariable.ts22 import mod = globalThis;
23 export { mod as variable };
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js29 constructor(brand, mod) { argument
31 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js28 constructor(brand, mod) { argument
30 this.model = mod;
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
28 this.model = mod;
Dbase_mod.js31 constructor(brand, mod) { argument
33 this.model = mod;
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/importedAliasesInTypePositions/
Dfile1.ts22 export module elaborate.nested.mod.name {
Dfile2.ts23 import ReferredTo = RT_ALIAS.elaborate.nested.mod.name.ReferredTo;
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-48.pa21 # check ArithmeticException in case of mod by zero
27 mod v0, v1
/arkcompiler/ets_frontend/ts2panda/src/base/
Dutil.ts57 node.modifiers.forEach((mod) => {
58 if (mod.kind === ts.SyntaxKind.ExportKeyword) {
70 node.modifiers.forEach((mod) => {
71 if (mod.kind === ts.SyntaxKind.DefaultKeyword) {

12