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/
Dtypescript.d.ts760 readonly dotDotDotToken?: DotDotDotToken; property
770 readonly dotDotDotToken?: DotDotDotToken; property
975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
DtypescriptServices.d.ts760 readonly dotDotDotToken?: DotDotDotToken; property
770 readonly dotDotDotToken?: DotDotDotToken; property
975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtsserverlibrary.d.ts760 readonly dotDotDotToken?: DotDotDotToken; property
770 readonly dotDotDotToken?: DotDotDotToken; property
975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
DtypingsInstaller.js23685 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument
23706 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument
24182 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument
24192 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument
24450 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument
24468 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument
26815 function createJsxExpression(dotDotDotToken, expression) { argument
Dtsc.js18968 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument
18988 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument
19386 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument
19395 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument
19618 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument
19634 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument
21654 function createJsxExpression(dotDotDotToken, expression) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts760 readonly dotDotDotToken?: DotDotDotToken; property
770 readonly dotDotDotToken?: DotDotDotToken; property
975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
Dtsserverlibrary.d.ts760 readonly dotDotDotToken?: DotDotDotToken; property
770 readonly dotDotDotToken?: DotDotDotToken; property
975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property