Home
last modified time | relevance | path

Searched defs:regularType (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
DtypescriptServices.d.ts2780 regularType: LiteralType; property
Dtypescript.d.ts2780 regularType: LiteralType; property
Dtsserverlibrary.d.ts2780 regularType: LiteralType; property
Dtsc.js55235 function createLiteralType(flags, value, symbol, regularType) { argument
DtypingsInstaller.js66122 function createLiteralType(flags, value, symbol, regularType) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2780 regularType: LiteralType; property
Dtsserverlibrary.d.ts2780 regularType: LiteralType; property
/third_party/typescript/src/compiler/
Dchecker.ts22030 const regularType = (type as FreshObjectLiteralType).regularType; constant