Searched refs:constr (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | intersectionWithIndexSignatures.symbols | 70 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… 71 >constr : Symbol(constr, Decl(intersectionWithIndexSignatures.ts, 16, 10)) 82 type s = constr<{}, { [key: string]: { a: string } }>; 84 >constr : Symbol(constr, Decl(intersectionWithIndexSignatures.ts, 16, 10))
|
D | intersectionWithIndexSignatures.types | 64 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… 65 >constr : constr<Source, Tgt> 67 type s = constr<{}, { [key: string]: { a: string } }>;
|
D | intersectionWithIndexSignatures.js | 22 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… 24 type s = constr<{}, { [key: string]: { a: string } }>;
|
D | intersectionWithIndexSignatures.errors.txt | 39 …type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof So… 41 type s = constr<{}, { [key: string]: { a: string } }>;
|
/third_party/jerryscript/tests/jerry/ |
D | for-in.js | 103 function constr() { function 107 constr.prototype = base_obj; class 109 var derived_obj = new constr();
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionWithIndexSignatures.ts | 23 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou… alias 25 type s = constr<{}, { [key: string]: { a: string } }>;
|
/third_party/mbedtls/tests/scripts/ |
D | generate_psa_tests.py | 227 for constr in self.ECC_KEY_TYPES: 228 kt = crypto_knowledge.KeyType(constr, [curve_family]) 303 for constr in self.ECC_KEY_TYPES: 304 kt = crypto_knowledge.KeyType(constr, [curve_family])
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 1763 constr = getattr(base_obj, constr_name) 1765 dt = constr(*constr_args) 2877 constr = getattr(DateTimeSubclass, meth_name) 2878 dt = constr(**kwargs)
|
/third_party/python/Python/ |
D | ceval.c | 5135 PyFrameConstructor constr = { in PyEval_EvalCodeEx() local 5145 res = _PyEval_Vector(tstate, &constr, locals, in PyEval_EvalCodeEx()
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 496 const constr = self.constructor; 498 constr.prototype
|