| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 2 | 0.971 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 444 | Closure/closure/goog/object/object.js |
| 2 | 8 | 252 | Closure/closure/goog/testing/mockclassfactory.js |
| ||||
/**
* The names of the fields that are defined on Object.prototype.
* @type {Array.<string>}
* @private
*/
goog.object.PROTOTYPE_FIELDS_= [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'];
|
| ||||
/**
* The names of the fields that are defined on Object.prototype.
* @type {Array.<string>}
* @private
*/
goog.testing.MockClassFactory.PROTOTYPE_FIELDS_= [
'constructor',
'hasOwnProperty',
'isPrototypeOf',
'propertyIsEnumerable',
'toLocaleString',
'toString',
'valueOf'];
|
| |||
[[#variable467e0ca0]]. [[#variable467e1900]].PROTOTYPE_FIELDS_=['constructor','hasOwnProperty','isPrototypeOf','propertyIsEnumerable','toLocaleString','toString','valueOf']; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#467e0ca0]] | /**
* The names of the fields that are defined on Object.prototype.
* @type {Array.<string>}
* @private
*/
goog.testing |
| 1 | 2 | [[#467e0ca0]] | /**
* The names of the fields that are defined on Object.prototype.
* @type {Array.<string>}
* @private
*/
goog |
| 2 | 1 | [[#467e1900]] | MockClassFactory |
| 2 | 2 | [[#467e1900]] | object |