Home
last modified time | relevance | path

Searched defs:foo (Results 601 - 625 of 2235) sorted by relevance

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

/third_party/typescript/tests/baselines/reference/
H A DnameDelimitedBySlashes.js19 var foo = require("./test/foo_0"); variable
H A DnameWithFileExtension.js19 var foo = require("./foo_0.js"); variable
H A DnarrowUnknownByTypeofObject.js2 function foo(x: unknown) { function
H A DnewTargetNarrowing.js2 function foo(x: true) { } function
H A DnoExcessiveStackDepthError.js21 function foo() { function
H A DnoReachabilityErrorsOnEmptyStatement.js2 function foo() { function
H A DnonArrayRestArgs.js2 function foo(...rest: number) { // error function
H A DnonPrimitiveAndTypeVariables.js21 function foo(x) { function
H A DnullishCoalescingOperator6.js2 function foo(foo: string, bar = foo ?? "bar") { } function
H A DobjectCreationExpressionInFunctionParameter.js6 function foo(x = new A(123)) { //should error, 123 is not string function
H A DobjectLiteralMemberWithModifiers1.js
H A DobjectLiteralMemberWithQuestionMark1.js
H A DobjectLiteralWithSemicolons5.js
H A DobjectTypesIdentityWithComplexConstraints.js15 function foo(x: any) { } function
H A DoptionalArgsWithDefaultValues.js2 function foo(x: number, y?:boolean=false, z?=0) {} function
H A DoptionalBindingParameters1.js2 function foo([x,y,z]?: [string, number, boolean]) { function
H A DoptionalBindingParameters2.js2 function foo({ x, y, z }?: { x: string; y: number; z: boolean }) { function
H A DoptionalBindingParametersInOverloads1.js3 function foo(...rest: any[]) { function
H A DoptionalBindingParametersInOverloads2.js3 function foo(...rest: any[]) { function
H A DoverloadOnConstConstraintChecks2.js50 function foo(name) { function
H A DoverloadOnConstConstraintChecks3.js52 function foo(name) { function
H A DoverloadOnConstConstraintChecks4.js61 function foo(name) { function
H A DoverloadOnConstantsInvalidOverload1.js60 function foo(name) { function
H A DoverloadResolutionOverCTLambda.js2 function foo(b: (item: number) => boolean) { } function
H A DoverloadingOnConstantsInImplementation.js4 function foo(a: 'hi', x: any) { function

Completed in 7 milliseconds

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