Searched refs:_prototype (Results 1 – 4 of 4) sorted by relevance
1977 Extend:function(_superClass,_prototype,_skipClonning){ argument1979 if(_prototype["$Init"]){1980 object.init = _prototype["$Init"];1981 delete _prototype["$Init"];1984 …object.body = _superClass==pi.base?_prototype:pi.util.Hash.merge(_prototype,_superClass.prototype);
92 …_prototype,_skipClonning){var object=new pi.base;if(_prototype["$Init"]){object.init=_prototype["$… argument
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);