Home
last modified time | relevance | path

Searched defs:createAccessors (Results 1 – 6 of 6) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2237 this.createAccessors = function(_p, _branch){ method
H A Dfirebug-lite-1.2-compressed.js111 …nit){fn["$Init"]=this.init;};fn.prototype=this.body;return fn;};this.createAccessors=function(_p,_… method
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js122 return base.init.apply(this,arguments);return this;};this.movePrivateMembers(this.body,_private);if(this.init){fn["$Init"]=this.init;};fn.prototype=this.body;return fn;};this.createAccessors=function(_p,_branch){var getter=function(_property){return this[_property];},setter=function(_property,_value){this[_property]=_value;return _branch._parent_||_branch;};for(var name in _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()+name.substring(2);if(isPrivate){_branch[(_branch["get"+title]?"_":"")+"get"+title]=pi.util.Curry(getter,_p,name);_branch[(_branch["set"+title]?"_":"")+"set"+title]=pi.util.Curry(setter,_p,name);} method
H A Dfirebug-lite-1.2.js2248 this.createAccessors = function(_p, _branch){ method
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …ocument!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window;…
H A Dfabric.js757 createAccessors: function(klass) { method in fabric.util