Home
last modified time | relevance | path

Searched defs:aModule (Results 1 – 10 of 10) 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/
DeveryTypeWithInitializer.js43 var aModule = M; variable
DeveryTypeWithAnnotationAndInitializer.js45 var aModule: typeof M = M; variable
DthrowStatements.js58 var aModule = M; variable
DeveryTypeWithAnnotationAndInvalidInitializer.js51 var aModule: typeof M = N; variable
/third_party/sqlite/src/
Dsqlite3.c17152 Hash aModule; /* populated by sqlite3_create_module() */ member