Home
last modified time | relevance | path

Searched refs:isGenre (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintersectionTypeNormalization.js104 const isGenre = val.genreId;
105 return isGenre;
127 var isGenre = val.genreId;
128 return isGenre;
DintersectionTypeNormalization.types234 const isGenre = val.genreId;
235 >isGenre : enums.Genre
240 return isGenre;
241 >isGenre : enums.Genre
DintersectionTypeNormalization.symbols344 const isGenre = val.genreId;
345 >isGenre : Symbol(isGenre, Decl(intersectionTypeNormalization.ts, 102, 9))
350 return isGenre;
351 >isGenre : Symbol(isGenre, Decl(intersectionTypeNormalization.ts, 102, 9))
/third_party/typescript/tests/cases/compiler/
DintersectionTypeNormalization.ts103 const isGenre = val.genreId; constant
104 return isGenre;