| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.989 | EqualityExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 150 | Closure/closure/goog/testing/events/events.js |
| 2 | 3 | 156 | Closure/closure/goog/testing/events/events.js |
| ||||
// IE fires a selectstart instead of the second mousedown in a
// dblclick, but we don't care about selectstart.
(goog.userAgent.IE
||goog.testing.events.fireMouseDownEvent(
target, btn, opt_coords, opt_eventProperties))
|
| ||||
// IE doesn't fire the second click in a dblclick.
(goog.userAgent.IE
||goog.testing.events.fireClickEvent(
target, btn, opt_coords, opt_eventProperties))
|
| |||
// IE doesn't fire the second click in a dblclick. // IE fires a selectstart instead of the second mousedown in a // dblclick, but we don't care about selectstart. (goog.userAgent.IE || goog.testing.events. [[#variable1e3421a0]](target,btn,opt_coords,opt_eventProperties)) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e3421a0]] | fireClickEvent |
| 1 | 2 | [[#1e3421a0]] | fireMouseDownEvent |