Home
last modified time | relevance | path

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

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