Home
last modified time | relevance | path

Searched refs:constr (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintersectionWithIndexSignatures.symbols70 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))
DintersectionWithIndexSignatures.types64 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 } }>;
DintersectionWithIndexSignatures.js22 type constr<Source, Tgt> = { [K in keyof Source]: string } & Pick<Tgt, Exclude<keyof Tgt, keyof Sou…
24 type s = constr<{}, { [key: string]: { a: string } }>;
DintersectionWithIndexSignatures.errors.txt39 …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/
Dfor-in.js103 function constr() { function
107 constr.prototype = base_obj; class
109 var derived_obj = new constr();
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionWithIndexSignatures.ts23 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/
Dgenerate_psa_tests.py227 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/
Ddatetimetester.py1763 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/
Dceval.c5135 PyFrameConstructor constr = { in PyEval_EvalCodeEx() local
5145 res = _PyEval_Vector(tstate, &constr, locals, in PyEval_EvalCodeEx()
/third_party/node/tools/lint-md/
Dlint-md.mjs496 const constr = self.constructor;
498 constr.prototype