CloneSet1196


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.971ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18444
Closure/closure/goog/object/object.js
28252
Closure/closure/goog/testing/mockclassfactory.js
Clone Instance
1
Line Count
8
Source Line
444
Source File
Closure/closure/goog/object/object.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'];


Clone Instance
2
Line Count
8
Source Line
252
Source File
Closure/closure/goog/testing/mockclassfactory.js

/**
 * 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'];


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable467e0ca0]]. [[#variable467e1900]].PROTOTYPE_FIELDS_=['constructor','hasOwnProperty','isPrototypeOf','propertyIsEnumerable','toLocaleString','toString','valueOf'];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#467e0ca0]]
/**
 * The names of the fields that are defined on Object.prototype.
 * @type {Array.<string>}
 * @private
 */
goog.testing 
12[[#467e0ca0]]
/**
 * The names of the fields that are defined on Object.prototype.
 * @type {Array.<string>}
 * @private
 */
goog 
21[[#467e1900]]
MockClassFactory 
22[[#467e1900]]
object