Lines Matching refs:prototype

91 …{ var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.c…
553 exec: RegExp.prototype.exec,
554 test: RegExp.prototype.test,
555 match: String.prototype.match,
556 replace: String.prototype.replace,
557 split: String.prototype.split
644 regex.__proto__ = XRegExp.prototype;
646 for (p in XRegExp.prototype) {
650 regex[p] = XRegExp.prototype[p];
768 nativ.exec.call(/\/([a-z]*)$/i, RegExp.prototype.toString.call(regex))[1];
993 RegExp.prototype.exec = (on ? fixed : nativ).exec;
994 RegExp.prototype.test = (on ? fixed : nativ).test;
995 String.prototype.match = (on ? fixed : nativ).match;
996 String.prototype.replace = (on ? fixed : nativ).replace;
997 String.prototype.split = (on ? fixed : nativ).split;
1141 XRegExp.prototype = new RegExp();
2153 Array.prototype.push.apply(output, match.slice(1));
2377 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
2412 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
2591 Renderer.prototype = {
2930 return Array.prototype.slice.apply(source);
3633 Item.prototype.run = function () {
3679 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
3828 Brush.prototype = new BrushBase();
3880 Brush.prototype = new BrushBase();
3938 Brush.prototype = new BrushBase();
3985 Brush.prototype = new BrushBase();
4034 Brush.prototype = new BrushBase();
4088 Brush.prototype = new BrushBase();
4151 Brush.prototype = new BrushBase();
4194 Brush.prototype = new BrushBase();
4229 Brush.prototype = new BrushBase();
4275 Brush.prototype = new BrushBase();
4332 Brush.prototype = new BrushBase();
4414 Brush.prototype = new BrushBase();
4465 Brush.prototype = new BrushBase();
4510 Brush.prototype = new BrushBase();
4549 Brush.prototype = new BrushBase();
4633 Brush.prototype = new BrushBase();
4647 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
4661 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
4708 Brush.prototype = new BrushBase();
4774 Brush.prototype = new BrushBase();
4831 Brush.prototype = new BrushBase();
4880 Brush.prototype = new BrushBase();
4956 Brush.prototype = new BrushBase();
5003 Brush.prototype = new BrushBase();
5047 Brush.prototype = new BrushBase();
5182 Brush.prototype = new BrushBase();
5224 Brush.prototype = new BrushBase();
5260 Brush.prototype = new BrushBase();
5293 Brush.prototype = new BrushBase();
5343 Brush.prototype = new BrushBase();
5381 Brush.prototype = new BrushBase();
5436 Brush.prototype = new BrushBase();
5497 Brush.prototype = new BrushBase();
5535 Brush.prototype = new BrushBase();
5559 Brush.prototype = new BrushBase();
5578 Brush.prototype = new BrushBase();
5640 Brush.prototype = new BrushBase();
5682 Brush.prototype = new BrushBase();
5692 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…