CloneSet814


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.973ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14319
Closure/closure/goog/net/xpc/iframepollingtransport.js
24323
Closure/closure/goog/net/xpc/iframepollingtransport.js
Clone Instance
1
Line Count
4
Source Line
319
Source File
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 ));


Clone Instance
2
Line Count
4
Source Line
323
Source File
Closure/closure/goog/net/xpc/iframepollingtransport.js

    this.ackReceiver_=  new goog.net.xpc.IframePollingTransport.Receiver(
        this,
        this.channel_.peerWindowObject_.frames[this.getAckFrameName_( )],
        goog.bind(this.processIncomingAck, this ));


Clone AbstractionParameter Count: 3Parameter Bindings

// Create receivers.
this. [[#variable1e8210e0]]=new goog.net.xpc.IframePollingTransport.Receiver(this,this.channel_.peerWindowObject_.frames[this. [[#variable1e821080]]( )],goog.bind(this. [[#variable1e820fa0]],this ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e8210e0]]
msgReceiver_ 
12[[#1e8210e0]]
ackReceiver_ 
21[[#1e821080]]
getMsgFrameName_ 
22[[#1e821080]]
getAckFrameName_ 
31[[#1e820fa0]]
processIncomingMsg 
32[[#1e820fa0]]
processIncomingAck