Home
last modified time | relevance | path

Searched defs:foo (Results 526 - 550 of 2235) sorted by relevance

1...<<21222324252627282930>>...90

/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithTypeParameter.js84 function foo(t, u, v) { function
H A DcomputedPropertyNames18_ES5.js2 function foo() { function
H A DcomputedPropertyNames18_ES6.js2 function foo() { function
H A DcomputedPropertyNames32_ES5.js11 function foo() { return ''; } function
H A DcomputedPropertyNames32_ES6.js11 function foo() { return ''; } function
H A DcomputedPropertyNames33_ES5.js13 function foo() { return ''; } function
H A DcomputedPropertyNames33_ES6.js13 function foo() { return ''; } function
H A DcomputedPropertyNames34_ES5.js13 function foo() { return ''; } function
H A DcomputedPropertyNames34_ES6.js13 function foo() { return ''; } function
H A DcomputedPropertyNames35_ES5.js9 function foo() { return ''; } function
H A DcomputedPropertyNames35_ES6.js9 function foo() { return ''; } function
H A DconflictingTypeAnnotatedVar.js2 var foo: string; variable
7 var foo; variable
8 function foo() { } function
H A DconstEnumMergingWithValues1.js2 function foo() {} function
H A DconstantOverloadFunction.js62 function foo(tagName) { function
H A DconstantOverloadFunctionNoSubtypeError.js63 function foo(tagName) { function
H A DconstraintReferencingTypeParameterFromSameTypeParameterList.js31 function foo() { function
H A DcontextualTyping13.js5 var foo = function (a) { return a; }; function
H A DcontextualTyping19.js2 var foo:{id:number;}[] = [{id:1}]; foo = [{id:1}, {id:2}]; variable
H A DcontextualTyping20.js2 var foo:{id:number;}[] = [{id:1}]; foo = [{id:1}, {id:2, name:"foo"}]; variable
H A DcontextualTyping21.js2 var foo:{id:number;}[] = [{id:1}]; foo = [{id:1}, 1]; variable
H A DcontextualTyping22.js2 var foo:(a:number)=>number = function(a){return a}; foo = function(b){return b}; function
H A DcontextualTyping23.js2 var foo:(a:{():number; (i:number):number; })=>number; foo = function(a){return 5}; function
5 var foo; variable
H A DcontextualTyping24.js2 var foo:(a:{():number; (i:number):number; })=>number; foo = function(this: void, a:string){return 5}; function
5 var foo; variable
H A DcontextualTyping25.js2 function foo(param:{id:number;}){}; foo(<{id:number;}>({})); function
H A DcontextualTyping26.js2 function foo(param:{id:number;}){}; foo(<{id:number;}>({})); function

Completed in 3 milliseconds

1...<<21222324252627282930>>...90