Home | History | Annotate | Download | only in debug

Lines Matching refs:Inherit

217  * Inherit the prototype methods from one constructor into another.
225 * @param {function} ctor Constructor function which needs to inherit the
227 * @param {function} superCtor Constructor function to inherit prototype from