/third_party/typescript/tests/cases/compiler/ |
D | augmentedTypesFunction.ts | 20 function y4() { } // error function 21 enum y4 { One } // error enum
|
D | shorthandPropertyAssignmentsInDestructuring.ts | 92 let y4: number, y5: { x: number }; variable 97 let y4: number, y5: { x: number }; variable
|
D | shorthandPropertyAssignmentsInDestructuring_ES6.ts | 92 let y4: number, y5: { x: number }; variable 97 let y4: number, y5: { x: number }; variable
|
D | noImplicitAnyDestructuringVarDeclaration2.ts | 12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error variable
|
/third_party/typescript/tests/baselines/reference/ |
D | augmentedTypesFunction.js | 21 function y4() { } // error function 66 (function (y4) { argument
|
D | intersectionOfUnionOfUnitTypes.js | 17 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2 variable 40 var y4; // 2 variable
|
D | thisAndSuperInStaticMembers1(target=es2022).js | 14 static y4 = this[("x")](); field in C 48 static y4 = this[("x")](); field in C
|
D | thisAndSuperInStaticMembers1(target=esnext).js | 14 static y4 = this[("x")](); field in C 48 static y4 = this[("x")](); field in C
|
D | declarationEmitDestructuringObjectLiteralPattern1.js | 3 var { x4 } = { x4: 5, y4: "hello" }; property 12 var x4 = { x4: 5, y4: "hello" }.x4; property
|
D | noImplicitAnyDestructuringVarDeclaration2.js | 12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error property 25 var x4 = { x4: undefined }.x4, y4 = { y4: null }.y4; // no error variable
|
D | initializersWidened.js | 20 var y4 = undefined || undefined; variable
|
D | intersectionWithUnionConstraint.js | 11 let y4: number | null = x; // Error variable
|
D | declarationEmitDestructuringObjectLiteralPattern.js | 3 var { x4 } = { x4: 5, y4: "hello" }; property 26 var x4 = { x4: 5, y4: "hello" }.x4; property
|
D | thisAndSuperInStaticMembers4.js | 14 static y4 = this[("x")](); field in C
|
D | thisAndSuperInStaticMembers2(target=es2015).js | 14 static y4 = this[("x")](); field in C 70 C.y4 = _b[("x")](); field in C
|
D | nullishCoalescingOperator_es2020.js | 36 let y4 = c && ((a ?? b) as any); variable
|
D | thisAndSuperInStaticMembers2(target=esnext).js | 14 static y4 = this[("x")](); field in C
|
D | thisAndSuperInStaticMembers2(target=es2022).js | 14 static y4 = this[("x")](); field in C
|
D | es6ExportEqualsInterop.js | 249 var y4 = require("module"); variable
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/the_any_type/ |
D | any_type_4.ts | 38 let y4: number[]; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/ |
D | initializersWidened.ts | 19 var y4 = undefined || undefined; variable
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionOfUnionOfUnitTypes.ts | 16 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2 variable
|
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/ |
D | nullishCoalescingOperator_es2020.ts | 38 let y4 = c && ((a ?? b) as any); variable
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftpsprop.c | 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 131 FT_Int y4 = darkenParams[7]; in cf2_computeDarkening() local
|