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 | 33670 function isListElement(parsingContext, inErrorRecovery) { function 33762 return ts.Debug.fail("Non-exhaustive case in 'isListElement'."); 33882 if (isListElement(kind, /*inErrorRecovery*/ true) || isListTerminator(kind)) { 33896 if (isListElement(kind, /*inErrorRecovery*/ false)) { 34216 if (isListElement(kind, /*inErrorRecovery*/ false)) {
|
D | tsc.js | 27315 function isListElement(parsingContext, inErrorRecovery) { function 27486 if (isListElement(kind, true) || isListTerminator(kind)) { 27499 if (isListElement(kind, false)) { 27733 if (isListElement(kind, false)) {
|