Home | History | Annotate | Download | only in include

Lines Matching refs:Inherit

3590  * A FunctionTemplate can inherit from another one by calling the
3591 * FunctionTemplate::Inherit method. The following graph illustrates
3597 * | Inherit(Parent) | .__proto__
3613 * child->Inherit(parent);
3655 /** Causes the function template to inherit from a parent function template.*/
3656 void Inherit(Handle<FunctionTemplate> parent);