Home
last modified time | relevance | path

Searched defs:bar1 (Results 1 – 25 of 71) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DconstructorOverloads2.js7 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
DcallOverloads4.js5 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
25 Foo.prototype.bar1 = function () { }; method in Foo
DcallOverloads3.js5 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
25 Foo.prototype.bar1 = function () { }; method in Foo
DcallOverloads5.js7 bar1(a:any) { /*WScript.Echo(a);*/ } method in Foo
27 Foo.prototype.bar1 = function (a) { }; method in Foo
DcallOverloads2.js3 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
31 Foo.prototype.bar1 = function () { }; method in Foo
DcallOverloads1.js3 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
25 Foo.prototype.bar1 = function () { }; method in Foo
DpropertyAssignment.js3 var bar1: { x : number; } variable
19 var bar1; variable
DimplicitAnyDeclareVariablesWithoutTypeAndInit.js11 var bar1: any; variable
24 var bar1; variable
DconstructorOverloads1.js11 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
28 Foo.prototype.bar1 = function () { }; method in Foo
DconstructorOverloads3.js14 bar1() { /*WScript.Echo("Yo");*/} method in Foo
47 Foo.prototype.bar1 = function () { }; method in Foo
Dawait_unaryExpression_es2017_2.js2 async function bar1() { function
Dawait_unaryExpression_es2017_3.js2 async function bar1() { function
Dawait_unaryExpression_es2017.js6 async function bar1() { function
/third_party/typescript/tests/cases/compiler/
DconstructorOverloads2.ts6 bar1() { /*WScript.Echo("base bar1");*/ } method in FooBase
16 bar1() { /*WScript.Echo("bar1");*/ } method in Foo
DescapedIdentifiers.ts57 bar1: number; property
63 var interfaceType1Object1 = <interfaceType1>{ bar1: 0 }; variable
65 var interfaceType1Object2 = <interfaceType\u0031>{ bar1: 0 }; variable
DexportedBlockScopedDeclarations.ts12 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/
DfindAllRefsImportDefault.ts14 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/
Dawait_unaryExpression_es6_2.ts3 async function bar1() { function
Dawait_unaryExpression_es6.ts7 async function bar1() { function
Dawait_unaryExpression_es6_3.ts3 async function bar1() { function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/
DparserClassDeclaration18.ts6 bar1():void; method in FooBase
/third_party/typescript/tests/cases/conformance/async/es2017/
Dawait_unaryExpression_es2017_2.ts3 async function bar1() { function
Dawait_unaryExpression_es2017.ts7 async function bar1() { function
Dawait_unaryExpression_es2017_3.ts3 async function bar1() { function
/third_party/typescript/tests/cases/conformance/es6/defaultParameters/
DemitDefaultParametersFunction.ts5 function bar1(y = 10, ...rest) { } function

123