CloneSet1403


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.957StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14175
Closure/closure/goog/net/xpc/frameelementmethodtransport.js
25369
Closure/closure/goog/net/xpc/iframepollingtransport.js
Clone Instance
1
Line Count
4
Source Line
175
Source File
Closure/closure/goog/net/xpc/frameelementmethodtransport.js

    if (!this.attemptSetupCb_) {
      this.attemptSetupCb_=  goog.bind(this.attemptSetup_, this );
                               }
    window.setTimeout(this.attemptSetupCb_, 100);


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

    // start a timer to check again
    if (!this.checkLocalFramesPresentCb_) {
      this.checkLocalFramesPresentCb_=  goog.bind(
          this.checkLocalFramesPresent_, this    );
                                          }
    window.setTimeout(this.checkLocalFramesPresentCb_, 100);


Clone AbstractionParameter Count: 2Parameter Bindings

// start a timer to check again
if (!this. [[#variable20d13ba0]])
  { this. [[#variable20d13ba0]]=goog.bind(this. [[#variable20d13cc0]],this );
  }
window.setTimeout(this. [[#variable20d13ba0]],100);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20d13ba0]]
checkLocalFramesPresentCb_ 
12[[#20d13ba0]]
attemptSetupCb_ 
21[[#20d13cc0]]
checkLocalFramesPresent_ 
22[[#20d13cc0]]
attemptSetup_