Searched refs:isListElement (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | formatting.ts | 191 !isListElement(current.parent, current)) { 200 function isListElement(parent: Node, node: Node): boolean { function
|
/third_party/typescript/src/compiler/ |
D | parser.ts | 2511 function isListElement(parsingContext: ParsingContext, inErrorRecovery: boolean): boolean { 2606 return Debug.fail("Non-exhaustive case in 'isListElement'."); 2744 if (isListElement(kind, /*inErrorRecovery*/ true) || isListTerminator(kind)) { 2761 if (isListElement(kind, /*inErrorRecovery*/ false)) { 3135 if (isListElement(kind, /*inErrorRecovery*/ false)) {
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 33660 function isListElement(parsingContext, inErrorRecovery) { function 33752 return ts.Debug.fail("Non-exhaustive case in 'isListElement'."); 33872 if (isListElement(kind, /*inErrorRecovery*/ true) || isListTerminator(kind)) { 33886 if (isListElement(kind, /*inErrorRecovery*/ false)) { 34206 if (isListElement(kind, /*inErrorRecovery*/ false)) {
|
D | tsc.js | 27305 function isListElement(parsingContext, inErrorRecovery) { function 27476 if (isListElement(kind, true) || isListTerminator(kind)) { 27489 if (isListElement(kind, false)) { 27723 if (isListElement(kind, false)) {
|