Home
last modified time | relevance | path

Searched defs:y4 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DaugmentedTypesFunction.ts20 function y4() { } // error function
21 enum y4 { One } // error enum
DshorthandPropertyAssignmentsInDestructuring.ts92 let y4: number, y5: { x: number }; variable
97 let y4: number, y5: { x: number }; variable
DshorthandPropertyAssignmentsInDestructuring_ES6.ts92 let y4: number, y5: { x: number }; variable
97 let y4: number, y5: { x: number }; variable
DnoImplicitAnyDestructuringVarDeclaration2.ts12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error variable
/third_party/typescript/tests/baselines/reference/
DaugmentedTypesFunction.js21 function y4() { } // error function
66 (function (y4) { argument
DintersectionOfUnionOfUnitTypes.js17 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2 variable
40 var y4; // 2 variable
DthisAndSuperInStaticMembers1(target=es2022).js14 static y4 = this[("x")](); field in C
48 static y4 = this[("x")](); field in C
DthisAndSuperInStaticMembers1(target=esnext).js14 static y4 = this[("x")](); field in C
48 static y4 = this[("x")](); field in C
DdeclarationEmitDestructuringObjectLiteralPattern1.js3 var { x4 } = { x4: 5, y4: "hello" }; property
12 var x4 = { x4: 5, y4: "hello" }.x4; property
DnoImplicitAnyDestructuringVarDeclaration2.js12 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
DinitializersWidened.js20 var y4 = undefined || undefined; variable
DintersectionWithUnionConstraint.js11 let y4: number | null = x; // Error variable
DdeclarationEmitDestructuringObjectLiteralPattern.js3 var { x4 } = { x4: 5, y4: "hello" }; property
26 var x4 = { x4: 5, y4: "hello" }.x4; property
DthisAndSuperInStaticMembers4.js14 static y4 = this[("x")](); field in C
DthisAndSuperInStaticMembers2(target=es2015).js14 static y4 = this[("x")](); field in C
70 C.y4 = _b[("x")](); field in C
DnullishCoalescingOperator_es2020.js36 let y4 = c && ((a ?? b) as any); variable
DthisAndSuperInStaticMembers2(target=esnext).js14 static y4 = this[("x")](); field in C
DthisAndSuperInStaticMembers2(target=es2022).js14 static y4 = this[("x")](); field in C
Des6ExportEqualsInterop.js249 var y4 = require("module"); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/the_any_type/
Dany_type_4.ts38 let y4: number[]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/
DinitializersWidened.ts19 var y4 = undefined || undefined; variable
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionOfUnionOfUnitTypes.ts16 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2 variable
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator_es2020.ts38 let y4 = c && ((a ?? b) as any); variable
/third_party/skia/third_party/externals/freetype/src/base/
Dftpsprop.c54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c131 FT_Int y4 = darkenParams[7]; in cf2_computeDarkening() local

12