Home | History | Annotate | Download | only in include

Lines Matching refs:Inherit

1702  * A FunctionTemplate can inherit from another one by calling the
1703 * FunctionTemplate::Inherit method. The following graph illustrates
1709 * | Inherit(Parent) | .__proto__
1725 * child->Inherit(parent);
1761 /** Causes the function template to inherit from a parent function template.*/
1762 void Inherit(Handle<FunctionTemplate> parent);