Searched refs:_prototype (Results 1 – 2 of 2) sorted by relevance
103 …_prototype,_skipClonning){var object=new pi.base;if(_prototype["$Init"]){object.init=_prototype["$… argument
1988 Extend:function(_superClass,_prototype,_skipClonning){ argument1990 if(_prototype["$Init"]){1991 object.init = _prototype["$Init"];1992 delete _prototype["$Init"];1995 …object.body = _superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);