Home
last modified time | relevance | path

Searched defs:aModule (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DeveryTypeWithInitializer.ts42 var aModule = M; variable
DeveryTypeWithAnnotationAndInitializer.ts44 var aModule: typeof M = M; variable
DeveryTypeWithAnnotationAndInvalidInitializer.ts50 var aModule: typeof M = N; variable
/third_party/typescript/tests/cases/conformance/statements/throwStatements/
DthrowStatements.ts59 var aModule = M; variable
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatements.ts46 for(var aModule: typeof M = M;;){} variable
/third_party/typescript/tests/baselines/reference/
DeveryTypeWithAnnotationAndInitializer.js45 var aModule: typeof M = M; variable
DeveryTypeWithAnnotationAndInvalidInitializer.js51 var aModule: typeof M = N; variable