Searched refs:string (Results 8626 - 8650 of 27806) sorted by relevance
1...<<341342343344345346347348349350>>...1113
/third_party/typescript/tests/baselines/reference/ |
H A D | constraintsUsedInPrototypeProperty.js | 2 class Foo<T extends number, U, V extends string> { }
|
H A D | contextualTyping24.js | 2 var foo:(a:{():number; (i:number):number; })=>number; foo = function(this: void, a:string){return 5};
|
H A D | contextualTypingOfLambdaWithMultipleSignatures.js | 4 getFoo(s: string): void;
|
H A D | controlFlowConditionalExpression.js | 2 let x: string | number | boolean; 6 x; // string | number 13 x; // string | number
|
H A D | declarationFilesWithTypeReferences1.js | 5 stack2: string;
|
H A D | declarationFilesWithTypeReferences2.js | 5 stack2: string;
|
H A D | declarationFilesWithTypeReferences3.js | 5 stack2: string;
|
H A D | declarationFilesWithTypeReferences4.js | 5 stack2: string;
|
H A D | defaultValueInFunctionTypes.js | 3 var y = <(a : string = "") => any>(undefined)
|
H A D | emitRestParametersFunctionES6.js | 3 function foo(x: number, y: string, ...rest) { }
|
H A D | emptyIndexer.js | 7 [s:string]: I1;
|
H A D | errorMessageOnObjectLiteralType.js | 3 a: string;
|
H A D | moduleAndInterfaceSharingName2.js | 9 var z2: X.Y<string>;
|
H A D | newExpressionWithTypeParameterConstrainedToOuterTypeParameter.js | 5 var i: I<string>; 6 var y = new i(""); // y should be string
10 var y = new i(""); // y should be string
|
H A D | noImplicitReturnsWithProtectedBlocks1.js | 2 declare function log(s: string): void;
|
H A D | noImplicitReturnsWithProtectedBlocks3.js | 2 declare function log(s: string): void;
|
H A D | nullishCoalescingOperator10.js | 2 declare function f(): string | undefined;
|
H A D | nullishCoalescingOperator6.js | 2 function foo(foo: string, bar = foo ?? "bar") { }
|
H A D | nullishCoalescingOperatorInParameterInitializer(target=es5).js | 3 const a = (): string | undefined => undefined;
|
H A D | numericIndexerConstraint5.js | 3 var z: { [name: number]: string } = x;
|
H A D | optionalChainingInArrow.js | 3 const test = (names: string[]) =>
|
H A D | parserArrowFunctionExpression6.js | 2 function foo(q: string, b: number) {
|
H A D | parserCommaInTypeMemberList2.js | 2 var s = $.extend< { workItem: any }, { workItem: any, width: string }>({ workItem: this._workItem }, {});
|
H A D | parserES5SymbolProperty6.js | 3 [Symbol.toStringTag]: string = "";
|
H A D | parserSymbolProperty6.js | 3 [Symbol.toStringTag]: string = "";
|
Completed in 89 milliseconds
1...<<341342343344345346347348349350>>...1113