Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.973 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 319 | Closure/closure/goog/net/xpc/iframepollingtransport.js |
2 | 4 | 323 | Closure/closure/goog/net/xpc/iframepollingtransport.js |
| ||||
// Create receivers. this.msgReceiver_= new goog.net.xpc.IframePollingTransport.Receiver( this, this.channel_.peerWindowObject_.frames[this.getMsgFrameName_( )], goog.bind(this.processIncomingMsg, this )); |
| ||||
this.ackReceiver_= new goog.net.xpc.IframePollingTransport.Receiver( this, this.channel_.peerWindowObject_.frames[this.getAckFrameName_( )], goog.bind(this.processIncomingAck, this )); |
| |||
// Create receivers. this. [[#variable1e8210e0]]=new goog.net.xpc.IframePollingTransport.Receiver(this,this.channel_.peerWindowObject_.frames[this. [[#variable1e821080]]( )],goog.bind(this. [[#variable1e820fa0]],this )); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1e8210e0]] | msgReceiver_ |
1 | 2 | [[#1e8210e0]] | ackReceiver_ |
2 | 1 | [[#1e821080]] | getMsgFrameName_ |
2 | 2 | [[#1e821080]] | getAckFrameName_ |
3 | 1 | [[#1e820fa0]] | processIncomingMsg |
3 | 2 | [[#1e820fa0]] | processIncomingAck |