| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.969 | Block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 134 | Closure/closure/goog/cssom/cssom.js |
| 2 | 4 | 142 | Closure/closure/goog/cssom/cssom.js |
| ||||
{
for (var i= 0, n= styleSheet.imports.length; i< n; i++) {
goog.array.extend(styleSheetsOutput,
goog.cssom.getAllCssStyleSheets(styleSheet.imports[i]));
}
// In case we get a StyleSheetList object.
// http://dev.w3.org/csswg/cssom/#the-stylesheetlist
}
|
| ||||
{
for (var i= 0, n= styleSheet.length; i< n; i++) {
goog.array.extend(styleSheetsOutput,
goog.cssom.getAllCssStyleSheets(styleSheet[i]));
}
// We need to walk through rules in browsers which implement .cssRules
// to see if there are styleSheets buried in there.
}
|
| |||
{ for (var i=0,
n= [[#variable6293b360]].length; i<n; i++)
{ goog.array.extend(styleSheetsOutput,goog.cssom.getAllCssStyleSheets( [[#variable6293b360]][i]));
}
// In case we get a StyleSheetList object.
// http://dev.w3.org/csswg/cssom/#the-stylesheetlist
// We need to walk through rules in browsers which implement .cssRules
// to see if there are styleSheets buried in there.
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6293b360]] | styleSheet.imports |
| 1 | 2 | [[#6293b360]] | styleSheet |