Lines Matching refs:setproto
5177 setproto = Set.prototype;
5185 setproto.push = function () {
5205 setproto.pop = function () {
5223 setproto.forEach = function (callback, thisArg) {
5232 setproto[method] = (function (methodname) { field
5241 setproto.attr = function (name, value) {
5259 setproto.clear = function () {
5277 setproto.splice = function (index, count, insertion) {
5314 setproto.exclude = function (el) {
5320 setproto.animate = function (params, ms, easing, callback) {
5342 setproto.insertAfter = function (el) {
5349 setproto.getBBox = function () {
5374 setproto.clone = function (s) {
5381 setproto.toString = function () {
5385 setproto.glow = function(glowConfig) {
5411 setproto.isPointInside = function (x, y) {
5734 R.st = setproto;
7112 var setproto = R.st;
7113 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
7114 setproto[method] = (function (methodname) { field
8092 var setproto = R.st;
8093 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
8094 setproto[method] = (function (methodname) { field