Searched refs:nodeIsPresent (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/src/services/ |
D | utilities.ts | 661 return nodeIsPresent((<TemplateSpan>n).literal); 665 return nodeIsPresent((<ExportDeclaration | ImportDeclaration>n).moduleSpecifier);
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 518 export function nodeIsPresent(node: Node | undefined): boolean { function 4542 …ration & { body: FunctionBody } => isConstructorDeclaration(member) && nodeIsPresent(member.body)); 5786 if (nodeIsPresent(child)) lastChild = child; 5791 if (nodeIsPresent(children[i])) {
|
D | binder.ts | 681 …ags.Unreachable) && containerFlags & ContainerFlags.IsFunctionLike && nodeIsPresent((<FunctionLike…
|
D | checker.ts | 3822 …if (member.kind === SyntaxKind.Constructor && nodeIsPresent((<ConstructorDeclaration>member).body)… 28131 …ind(failedSignatureDeclarations, d => isFunctionLikeDeclaration(d) && nodeIsPresent(d.body)) : und… 32299 if (!(func.kind === SyntaxKind.Constructor && nodeIsPresent(func.body))) { 32816 …if (!(node.flags & NodeFlags.Ambient) && nodeIsPresent(node.body) && (node.flags & NodeFlags.HasIm… 33254 if (nodeIsPresent((<FunctionLikeDeclaration>subsequentNode).body)) { 33306 const bodyIsPresent = nodeIsPresent((node as FunctionLikeDeclaration).body); 34205 if (functionFlags & FunctionFlags.Generator && nodeIsPresent(body)) { 37150 …(declaration.kind === SyntaxKind.FunctionDeclaration && nodeIsPresent((<FunctionLikeDeclaration>de… 38392 …if (isConstructorDeclaration(element) && nodeIsPresent(element.body) || isPropertyDeclaration(elem… 39187 if (nodeIsPresent((node as FunctionLikeDeclaration).body)) { [all …]
|
D | parser.ts | 4592 nodeIsPresent(colonToken)
|
/third_party/typescript/src/compiler/transformers/ |
D | ts.ts | 1430 : isFunctionLike(node) && nodeIsPresent((node as FunctionLikeDeclaration).body)
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 13672 function nodeIsPresent(node) { function 13675 ts.nodeIsPresent = nodeIsPresent; 17405 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 18536 if (nodeIsPresent(child)) 18541 if (nodeIsPresent(children[i])) { 31990 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken) 41034 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) { 47287 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) { 69627 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 73182 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) { [all …]
|
D | tsc.js | 10357 function nodeIsPresent(node) { function 10360 ts.nodeIsPresent = nodeIsPresent; 13586 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 14545 if (nodeIsPresent(child)) 14549 if (nodeIsPresent(children[i])) { 25798 …rseAssignmentExpressionOrHigher), colonToken = parseExpectedToken(58), ts.nodeIsPresent(colonToken) 33448 if (!(currentFlow.flags & 1) && containerFlags & 8 && ts.nodeIsPresent(node.body)) { 38769 if (member.kind === 167 && ts.nodeIsPresent(member.body)) { 58148 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 61269 if (!(func.kind === 167 && ts.nodeIsPresent(func.body))) { [all …]
|
D | tsserver.js | 13683 function nodeIsPresent(node) { function 13686 ts.nodeIsPresent = nodeIsPresent; 17416 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 18547 if (nodeIsPresent(child)) 18552 if (nodeIsPresent(children[i])) { 32001 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken) 41045 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) { 47298 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) { 69638 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 73193 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) { [all …]
|
D | typescriptServices.js | 13877 function nodeIsPresent(node) { function 13880 ts.nodeIsPresent = nodeIsPresent; 17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 18741 if (nodeIsPresent(child)) 18746 if (nodeIsPresent(children[i])) { 32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken) 41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) { 47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) { 69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) { [all …]
|
D | tsserverlibrary.js | 13877 function nodeIsPresent(node) { function 13880 ts.nodeIsPresent = nodeIsPresent; 17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 18741 if (nodeIsPresent(child)) 18746 if (nodeIsPresent(children[i])) { 32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken) 41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) { 47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) { 69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) { [all …]
|
D | typescript.js | 13877 function nodeIsPresent(node) { function 13880 ts.nodeIsPresent = nodeIsPresent; 17610 …rs, function (member) { return ts.isConstructorDeclaration(member) && nodeIsPresent(member.body); … 18741 if (nodeIsPresent(child)) 18746 if (nodeIsPresent(children[i])) { 32195 …essionOrHigher), colonToken = parseExpectedToken(58 /* ColonToken */), ts.nodeIsPresent(colonToken) 41239 …& 1 /* Unreachable */) && containerFlags & 8 /* IsFunctionLike */ && ts.nodeIsPresent(node.body)) { 47492 if (member.kind === 167 /* Constructor */ && ts.nodeIsPresent(member.body)) { 69832 …arations, function (d) { return ts.isFunctionLikeDeclaration(d) && ts.nodeIsPresent(d.body); }) : … 73387 if (!(func.kind === 167 /* Constructor */ && ts.nodeIsPresent(func.body))) { [all …]
|