| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 2 | 0.957 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 175 | Closure/closure/goog/net/xpc/frameelementmethodtransport.js |
| 2 | 5 | 369 | Closure/closure/goog/net/xpc/iframepollingtransport.js |
| ||||
if (!this.attemptSetupCb_) {
this.attemptSetupCb_= goog.bind(this.attemptSetup_, this );
}
window.setTimeout(this.attemptSetupCb_, 100);
|
| ||||
// start a timer to check again
if (!this.checkLocalFramesPresentCb_) {
this.checkLocalFramesPresentCb_= goog.bind(
this.checkLocalFramesPresent_, this );
}
window.setTimeout(this.checkLocalFramesPresentCb_, 100);
|
| |||
// start a timer to check again
if (!this. [[#variable20d13ba0]])
{ this. [[#variable20d13ba0]]=goog.bind(this. [[#variable20d13cc0]],this );
}
window.setTimeout(this. [[#variable20d13ba0]],100);
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20d13ba0]] | checkLocalFramesPresentCb_ |
| 1 | 2 | [[#20d13ba0]] | attemptSetupCb_ |
| 2 | 1 | [[#20d13cc0]] | checkLocalFramesPresent_ |
| 2 | 2 | [[#20d13cc0]] | attemptSetup_ |