Home
last modified time | relevance | path

Searched refs:isListElement (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/formatting/
Dformatting.ts191 !isListElement(current.parent, current)) {
200 function isListElement(parent: Node, node: Node): boolean { function
/third_party/typescript/src/compiler/
Dparser.ts2511 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/
DtypingsInstaller.js33660 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)) {
Dtsc.js27305 function isListElement(parsingContext, inErrorRecovery) { function
27476 if (isListElement(kind, true) || isListTerminator(kind)) {
27489 if (isListElement(kind, false)) {
27723 if (isListElement(kind, false)) {