Home
last modified time | relevance | path

Searched defs:b6 (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DbestCommonTypeWithOptionalProperties.js16 var b6 = [z, y, x]; variable
28 var b6 = [z, y, x]; variable
DfunctionExpressionContextualTyping1.js42 var b6: ((s: string, w: boolean) => void) | ((n: number) => number); variable
44 b6 = (k) => { k.toLowerCase() }; function
105 var b6; variable
DoptionalChainingInference.js24 const b6 = { value: osu?.prop.length }; variable
46 var b6 = { value: osu === null || osu === void 0 ? void 0 : osu.prop.length }; variable
DassignmentCompatWithCallSignatures5.js48 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
137 var b6; variable
DassignmentCompatWithConstructSignatures5.js48 var b6: new <T extends Base, U extends Derived>(x: new (arg: T) => U) => T; variable
137 var b6; variable
DobjectLiteralExcessProperties.js20 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 }; variable
60 var b6 = { foreword: "hi", color: "blue", price: 10.99 }; variable
DtsxStatelessFunctionComponentOverload6.js49 const b6 = <MainButton {...obj2} />; constant
DassignmentCompatWithConstructSignatures3.js61 var b6: new <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
178 var b6; variable
DassignmentCompatWithCallSignatures3.js61 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
178 var b6; variable
DtsxStatelessFunctionComponentOverload5.js55 const b6 = <MainButton {...{ onClick(e: any){} }} children={10} />; // incorrect type for optional… constant
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI_i.c43 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \ argument
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DfunctionExpressionContextualTyping1.ts41 var b6: ((s: string, w: boolean) => void) | ((n: number) => number); variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/
DoptionalChainingInference.ts23 const b6 = { value: osu?.prop.length }; constant
/third_party/typescript/tests/cases/compiler/
DobjectLiteralExcessProperties.ts19 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 }; variable
DbestCommonTypeWithOptionalProperties.ts15 var b6 = [z, y, x]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithConstructSignatures5.ts47 var b6: new <T extends Base, U extends Derived>(x: new (arg: T) => U) => T; variable
DassignmentCompatWithCallSignatures5.ts47 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
DassignmentCompatWithCallSignatures3.ts60 var b6: <T extends Base, U extends Derived>(x: (arg: T) => U) => T; variable
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.ts38 var [b6, b7] = foo(); variable
DdestructuringArrayBindingPatternAndAssignment1ES6.ts39 var [b6, b7] = foo(); variable
DdestructuringArrayBindingPatternAndAssignment1ES5.ts37 var [b6, b7] = foo(); variable
DdestructuringParameterDeclaration1ES6.ts30 function b6([a, z, y] = [undefined, null, undefined]) { } function
DdestructuringParameterDeclaration1ES5.ts26 function b6([a, z, y] = [undefined, null, undefined]) { } function
DdestructuringParameterDeclaration1ES5iterable.ts27 function b6([a, z, y] = [undefined, null, undefined]) { } function
/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c80 #define FDCTROW(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument
137 #define FDCTCOL(b0, b1, b2, b3, b4, b5, b6, b7) /* {{{ */ \ argument

1234