/third_party/typescript/tests/baselines/reference/ |
D | constructorOverloads2.js | 7 bar1() { /*WScript.Echo("base bar1");*/ } method in FooBase 17 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 47 FooBase.prototype.bar1 = function () { }; method in FooBase 55 Foo.prototype.bar1 = function () { }; method in Foo
|
D | callOverloads4.js | 5 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 25 Foo.prototype.bar1 = function () { }; method in Foo
|
D | callOverloads3.js | 5 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 25 Foo.prototype.bar1 = function () { }; method in Foo
|
D | callOverloads5.js | 7 bar1(a:any) { /*WScript.Echo(a);*/ } method in Foo 27 Foo.prototype.bar1 = function (a) { }; method in Foo
|
D | callOverloads2.js | 3 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 31 Foo.prototype.bar1 = function () { }; method in Foo
|
D | callOverloads1.js | 3 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 25 Foo.prototype.bar1 = function () { }; method in Foo
|
D | propertyAssignment.js | 3 var bar1: { x : number; } variable 19 var bar1; variable
|
D | implicitAnyDeclareVariablesWithoutTypeAndInit.js | 11 var bar1: any; variable 24 var bar1; variable
|
D | constructorOverloads1.js | 11 bar1() { /*WScript.Echo("bar1");*/ } method in Foo 28 Foo.prototype.bar1 = function () { }; method in Foo
|
D | constructorOverloads3.js | 14 bar1() { /*WScript.Echo("Yo");*/} method in Foo 47 Foo.prototype.bar1 = function () { }; method in Foo
|
D | await_unaryExpression_es2017_2.js | 2 async function bar1() { function
|
D | await_unaryExpression_es2017_3.js | 2 async function bar1() { function
|
D | await_unaryExpression_es2017.js | 6 async function bar1() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | constructorOverloads2.ts | 6 bar1() { /*WScript.Echo("base bar1");*/ } method in FooBase 16 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
|
D | escapedIdentifiers.ts | 57 bar1: number; property 63 var interfaceType1Object1 = <interfaceType1>{ bar1: 0 }; variable 65 var interfaceType1Object2 = <interfaceType\u0031>{ bar1: 0 }; variable
|
D | exportedBlockScopedDeclarations.ts | 12 export let bar1 = bar1; // should be compile error variable 17 export let bar1 = bar1; // should be compile error variable
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsImportDefault.ts | 14 const [ foo0Def, foo0, foo1, foo2Def, foo2, bar0Def, bar0, bar1 ] = test.ranges(); constant 17 …efinition: "(alias) function bar(a: number, b: number): number\nimport bar", ranges: [bar0, bar1]}; constant
|
/third_party/typescript/tests/cases/conformance/async/es6/ |
D | await_unaryExpression_es6_2.ts | 3 async function bar1() { function
|
D | await_unaryExpression_es6.ts | 7 async function bar1() { function
|
D | await_unaryExpression_es6_3.ts | 3 async function bar1() { function
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/ |
D | parserClassDeclaration18.ts | 6 bar1():void; method in FooBase
|
/third_party/typescript/tests/cases/conformance/async/es2017/ |
D | await_unaryExpression_es2017_2.ts | 3 async function bar1() { function
|
D | await_unaryExpression_es2017.ts | 7 async function bar1() { function
|
D | await_unaryExpression_es2017_3.ts | 3 async function bar1() { function
|
/third_party/typescript/tests/cases/conformance/es6/defaultParameters/ |
D | emitDefaultParametersFunction.ts | 5 function bar1(y = 10, ...rest) { } function
|