| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 4 | 1 | 0.987 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 215 | Closure/closure/goog/array/array.js |
| 2 | 2 | 250 | Closure/closure/goog/array/array.js |
| 3 | 2 | 358 | Closure/closure/goog/array/array.js |
| 4 | 2 | 389 | Closure/closure/goog/array/array.js |
| ||||
function (arr, f, opt_obj){
return goog.array.ARRAY_PROTOTYPE_.filter.call(arr, f, opt_obj);
}
|
| ||||
function (arr, f, opt_obj){
return goog.array.ARRAY_PROTOTYPE_.map.call(arr, f, opt_obj);
}
|
| ||||
function (arr, f, opt_obj){
return goog.array.ARRAY_PROTOTYPE_.some.call(arr, f, opt_obj);
}
|
| ||||
function (arr, f, opt_obj){
return goog.array.ARRAY_PROTOTYPE_.every.call(arr, f, opt_obj);
}
|
| |||
function (arr,f,opt_obj)
{ return goog.array.ARRAY_PROTOTYPE_. [[#variable6286b380]].call(arr,f,opt_obj);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6286b380]] | every |
| 1 | 2 | [[#6286b380]] | some |
| 1 | 3 | [[#6286b380]] | map |
| 1 | 4 | [[#6286b380]] | filter |