| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.981 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 51 | Closure/closure/goog/testing/benchmark.js |
| 2 | 4 | 596 | Closure/closure/goog/testing/testcase.js |
| ||||
// First, get the functions. Copied from testcase.js.
var testSource= typeof goog.global['RuntimeObject']!= 'undefined'
?goog.global['RuntimeObject'](prefix+ '*')
: goog.global;
var benchmarks= {} ;
|
| ||||
var testSource= typeof goog.global['RuntimeObject']!= 'undefined'
?goog.global['RuntimeObject'](prefix+ '*')
: goog.global;
var foundTests= [ ];
|
| |||
// First, get the functions. Copied from testcase.js.
var testSource=typeof goog.global['RuntimeObject']!='undefined'
?goog.global['RuntimeObject'](prefix+'*')
:goog.global;
var [[#variable1f76a280]]= [[#variable1f76ac80]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f76a280]] | foundTests |
| 1 | 2 | [[#1f76a280]] | benchmarks |
| 2 | 1 | [[#1f76ac80]] | [ ] |
| 2 | 2 | [[#1f76ac80]] | {} |