Searched refs:msgMarkers (Results 1 – 1 of 1) sorted by relevance
14162 var msgMarkers = msg.msgMarkers;14163 var callback = this.remoteInvokeCallbacks[msgMarkers.callbackId];14167 throw new Error('No callback for ' + ((msgMarkers != null) ? msgMarkers.callbackId : 'null'));14178 this.remoteInvokeCallbacks[msgMarkers.callbackId] = null; //set it to null only to keep the index14181 EditorUi.prototype.remoteInvoke = function(remoteFn, remoteFnArgs, msgMarkers, callback, error) argument14211 msgMarkers = msgMarkers || {};14212 msgMarkers.callbackId = this.remoteInvokeCallbacks.length;14214 …event: 'remoteInvoke', funtionName: remoteFn, functionArgs: remoteFnArgs, msgMarkers: msgMarkers});14230 var respMsg = {event: 'remoteInvokeResponse', msgMarkers: msg.msgMarkers}; property in EditorUi.handleRemoteInvoke.AnonymousFunction393e608616000.respMsg