Lines Matching refs:call

289 function addEntityMapToList(ccode,entity){var lists=Array.prototype.slice.call(arguments,2),len=lists.length,ch=String.fromCharCode(ccode);
1254 this.isArray=function(object){return toString.call(object)==="[object Array]"
1257 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)
1822 }}},destroy:function(){PanelBar.shutdown.call(this);
1961 },initialize:function(){Controller.initialize.call(this);
1963 },shutdown:function(){Controller.shutdown.call(this)
2022 }if(isFunction(this.onCheck)){this.onCheck.call(this,target,value,!wasChecked)
2037 if(handler){closeMenu=handler.call(this,target)!==false
2116 }}else{cmd=api?"(function(arguments){ with("+api+"){ "+expr+" } }).call("+context+",undefined)":"(function(arguments){ "+expr+" }).call("+context+",undefined)"
2400 append(ChromeBase,{node:null,type:null,document:null,window:null,sidePanelVisible:false,commandLineVisible:false,largeCommandLineVisible:false,inspectButton:null,create:function(){PanelBar.create.call(this);
2403 }PanelBar.destroy.call(this);
2452 }Controller.initialize.call(this);
2453 PanelBar.initialize.call(this);
2533 Controller.shutdown.call(this);
2534 PanelBar.shutdown.call(this);
2644 var ChromeFrameBase=extend(ChromeBase,{create:function(){ChromeBase.create.call(this);
2655 ChromeBase.destroy.call(this);
2663 },initialize:function(){ChromeBase.initialize.call(this);
2755 ChromeBase.initialize.call(this);
3016 }if(typeof rep==="function"){value=rep.call(holder,key,value)
3036 }}}}else{for(k in value){if(Object.hasOwnProperty.call(value,k)){v=str(k,value);
3054 if(value&&typeof value==="object"){for(k in value){if(Object.hasOwnProperty.call(value,k)){v=walk(value,k);
3057 }}}}return reviver.call(holder,key,value)
3107 function withIEStorage(storeFunction){return function(){var args=Array.prototype.slice.call(arguments,0);
3172 }if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet)
3357 }var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);
3362 try{Array.prototype.slice.call(document.documentElement.childNodes,0)
3364 if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array)
6943 console.log(url,"call "+externalStyleSheetURLs.length,source);
7049 }).call(FBL);
8195 this.writeRow.call(this,message,className);
8238 fn.call(namespace,FBL)