CloneSet727


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.969Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14134
Closure/closure/goog/cssom/cssom.js
24142
Closure/closure/goog/cssom/cssom.js
Clone Instance
1
Line Count
4
Source Line
134
Source File
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
                                                       }


Clone Instance
2
Line Count
4
Source Line
142
Source File
Closure/closure/goog/cssom/cssom.js

                                {
    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.
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

{ 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6293b360]]
styleSheet.imports 
12[[#6293b360]]
styleSheet