Searched defs:foo (Results 676 - 700 of 2245) sorted by relevance
1...<<21222324252627282930>>...90
| /third_party/typescript/tests/baselines/reference/ |
| H A D | functionArgShadowing.js | 4 function foo(x: A) { function
|
| H A D | functionCall1.js | 6 function foo() { return ""; }
function
|
| H A D | functionCall10.js | 2 function foo(...a:number[]){}; function [all...] |
| H A D | functionCall11.js | 2 function foo(a:string, b?:number){} function [all...] |
| H A D | functionCall12.js | 2 function foo(a:string, b?:number, c?:string){} function [all...] |
| H A D | functionCall13.js | 2 function foo(a:string, ...b:number[]){} function [all...] |
| H A D | functionCall14.js | 2 function foo(a?:string, ...b:number[]){} function [all...] |
| H A D | functionCall15.js | 2 function foo(a?:string, b?:number, ...b:number[]){}
function
|
| H A D | functionCall16.js | 2 function foo(a:string, b?:string, ...c:number[]){} function [all...] |
| H A D | functionCall17.js | 2 function foo(a:string, b?:string, c?:number, ...d:number[]){} function [all...] |
| H A D | functionCall2.js | 6 function foo() { return 1; }
function
|
| H A D | functionCall3.js | 6 function foo() { return [1]; }
function
|
| H A D | functionCall6.js | 2 function foo(a:string){}; function [all...] |
| H A D | functionCall8.js | 2 function foo(a?:string){} function [all...] |
| H A D | functionCall9.js | 2 function foo(a?:string, b?:number){}; function [all...] |
| H A D | functionDeclarationWithArgumentOfTypeFunctionTypeArray.js | 2 function foo(args: { (x): number }[]) { function
|
| H A D | functionMergedWithModule.js | 2 function foo(title: string) { function [all...] |
| H A D | functionOverloads.js | 8 function foo(bar) { return ""; }
function
|
| H A D | functionOverloads1.js | 8 function foo() { return "a"; }
function
|
| H A D | functionOverloads10.js | 4 function foo(foo:any){ } function
|
| H A D | functionOverloads11.js | 7 function foo() { return ""; }
function
|
| H A D | functionOverloads12.js | 8 function foo() { if (true)
function
|
| H A D | functionOverloads13.js | 8 function foo(bar) { return ""; }
function
|
| H A D | functionOverloads14.js | 8 function foo() { return { a: 1 }; }
function
|
| H A D | functionOverloads15.js | 8 function foo(foo) { return ""; }
function
|
Completed in 12 milliseconds
1...<<21222324252627282930>>...90