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.992 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 503 | Closure/closure/goog/object/object.js |
2 | 3 | 529 | Closure/closure/goog/object/object.js |
| ||||
var argLength= arguments.length; if (argLength== 1 && goog.isArray(arguments[0])) { return goog.object.create.apply(null, arguments[0]); } |
| ||||
var argLength= arguments.length; if (argLength== 1 && goog.isArray(arguments[0])) { return goog.object.createSet.apply(null, arguments[0]); } |
| |||
var argLength=arguments.length; if (argLength==1 && goog.isArray(arguments[0])) { return goog.object. [[#variable404e2940]].apply(null,arguments[0]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#404e2940]] | createSet |
1 | 2 | [[#404e2940]] | create |