Home | History | Annotate | Download | only in src

Lines Matching refs:Inherit

125  * Inherit the prototype methods from one constructor into another.
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from