Home
last modified time | relevance | path

Searched defs:d4 (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterDeclaration1ES6.ts67 d4({x, y, z}?); method
74 d4() { } method in C2
80 d4({x, y, z}) { } method in C3
DdestructuringParameterDeclaration1ES5.ts67 d4({x, y, z}?); method
74 d4() { } method in C2
80 d4({x, y, z}) { } method in C3
DdestructuringParameterDeclaration1ES5iterable.ts68 d4({x, y, z}?); method
75 d4() { } method in C2
81 d4({x, y, z}) { } method in C3
DdestructuringParameterDeclaration2.ts51 d4({x, y, z}?); method
57 d4({x, y, c}) { } method in C4
/third_party/typescript/tests/cases/fourslash/
DfindReferencesJSXTagName3.ts23 const [d0Def, d0, c0Def, c0, d1Def, d1, d2Def, d2, d3, d4, c1Def, c1, c2] = test.ranges(); constant
25 const allD = [d0, d1, d2, d3, d4]; constant
/third_party/typescript/tests/baselines/reference/
DimplicitAnyGenerics.js18 var d4 = new D(<any>1); variable
46 var d4 = new D(1); variable
DprotectedClassPropertyAccessibleWithinSubclass2.js89 var d4: Derived4; variable
210 var d4; variable
DarrayLiterals2ES6.js50 var d4: myArray2 = [...temp, ...temp1]; variable
95 var d4 = [...temp, ...temp1]; variable
DderivedClassWithoutExplicitConstructor2.js34 var d4 = new D(new Date(), new Date(), new Date()); variable
92 var d4 = new D(new Date(), new Date(), new Date()); variable
DclassWithBaseClassButNoConstructor.js33 var d4 = new D(1); // ok variable
99 var d4 = new D(1); // ok variable
DvarBlock.js34 var d2, d3 = 10, d4 =10; variable
/third_party/typescript/tests/baselines/reference/project/declarationsSimpleImport/amd/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/baselines/reference/project/declarationsSimpleImport/node/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesMultipleImport/amd/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.6/improved_UX_Around_Promises/
Dimproved_UX_Around_Promises.ts43 async function d4() { function
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesMultipleImport/node/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesImport/node/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/cases/projects/declarations_SimpleImport/
DuseModule.ts3 export var d4 = m4.d; variable
/third_party/typescript/tests/baselines/reference/project/declarationsMultipleTimesImport/amd/
DuseModule.d.ts3 export declare var d4: typeof m4.d; variable
/third_party/typescript/tests/cases/projects/declarations_MultipleTimesMultipleImport/
DuseModule.ts3 export var d4 = m4.d; variable
/third_party/typescript/tests/cases/projects/declarations_MultipleTimesImport/
DuseModule.ts3 export var d4 = m4.d; variable
/third_party/typescript/tests/cases/compiler/
DimplicitAnyGenerics.ts19 var d4 = new D(<any>1); variable
/third_party/typescript/tests/cases/conformance/classes/members/accessibility/
DprotectedClassPropertyAccessibleWithinSubclass2.ts88 var d4: Derived4; variable
DprotectedClassPropertyAccessibleWithinNestedSubclass1.ts108 var d4: Derived4; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/read-only_properties_and_index_signatures/
Dread-only_properties_and_index_signatures.ts51 let d4: Demo2 = new Demo2(true); variable

12345