Home
last modified time | relevance | path

Searched defs:constr (Results 1 – 4 of 4) sorted by relevance

/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
/third_party/jerryscript/tests/jerry/
Dfor-in.js103 function constr() { function
107 constr.prototype = base_obj; class
/third_party/python/Objects/
Dfuncobject.c13 _PyFunction_FromConstructor(PyFrameConstructor *constr) in _PyFunction_FromConstructor()
/third_party/python/Python/
Dceval.c6496 PyFrameConstructor constr = { local