Home
last modified time | relevance | path

Searched defs:dotDotDotToken (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts1303 const { name, initializer, dotDotDotToken } = parameter; constant
/third_party/typescript/lib/
DtypescriptServices.d.ts763 readonly dotDotDotToken?: DotDotDotToken; property
773 readonly dotDotDotToken?: DotDotDotToken; property
978 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1461 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtypescript.d.ts763 readonly dotDotDotToken?: DotDotDotToken; property
773 readonly dotDotDotToken?: DotDotDotToken; property
978 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1461 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtsserverlibrary.d.ts763 readonly dotDotDotToken?: DotDotDotToken; property
773 readonly dotDotDotToken?: DotDotDotToken; property
978 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1461 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtsc.js18999 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument
19019 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument
19417 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument
19426 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument
19649 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument
19665 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument
21692 function createJsxExpression(dotDotDotToken, expression) { argument
DtypingsInstaller.js23719 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument
23740 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument
24216 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument
24226 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument
24484 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument
24502 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument
26856 function createJsxExpression(dotDotDotToken, expression) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts763 readonly dotDotDotToken?: DotDotDotToken; property
773 readonly dotDotDotToken?: DotDotDotToken; property
978 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1461 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtsserverlibrary.d.ts763 readonly dotDotDotToken?: DotDotDotToken; property
773 readonly dotDotDotToken?: DotDotDotToken; property
978 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1461 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property