Home
last modified time | relevance | path

Searched +defs:struct +defs:type (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dscanner.ts145 struct: SyntaxKind.StructKeyword, constant
153 type: SyntaxKind.TypeKeyword, constant
1126 … const type = checkBigIntSuffix(); // if value is an integer, check whether it is a bigint constant
2240 const type = getDirectiveFromComment(trimStringStart(text), commentDirectiveRegEx); constant