Home
last modified time | relevance | path

Searched defs:staticField (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsClasses.ts73 static staticField; property in E
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsClasses.js68 static staticField; field in E
DkeyofAndIndexedAccess.js593 type SimpleDBRecord<Flag extends string> = { staticField: number } & DBBoolTable<Flag> property
1400 staticField: number; property