CloneSet792


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11240.966SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111963
Closure/closure/goog/dom/dom.js
2111981
Closure/closure/goog/dom/dom.js
Clone Instance
1
Line Count
11
Source Line
1963
Source File
Closure/closure/goog/dom/dom.js

/**
 * Returns true if the browser is in "CSS1-compatible" (standards-compliant)
 * mode, false otherwise.
 * @return {boolean} True if in CSS1-compatible mode.
 */
goog.dom.DomHelper.prototype.isCss1CompatMode=  function ( )
                                                           {
  return goog.dom.isCss1CompatMode_(this.document_);
                                                           } ;

/**
 * Gets the window object associated with the document.
 * @return {!Window} The window associated with the given document.
 */
goog.dom.DomHelper.prototype.getWindow=  function ( )
                                                    {
  return goog.dom.getWindow_(this.document_);
                                                    } ;


Clone Instance
2
Line Count
11
Source Line
1981
Source File
Closure/closure/goog/dom/dom.js

/**
 * Gets the document scroll element.
 * @return {Element} Scrolling element.
 */
goog.dom.DomHelper.prototype.getDocumentScrollElement=  function ( )
                                                                   {
  return goog.dom.getDocumentScrollElement_(this.document_);
                                                                   } ;

/**
 * Gets the document scroll distance as a coordinate object.
 * @return {!goog.math.Coordinate} Object with properties 'x' and 'y'.
 */
goog.dom.DomHelper.prototype.getDocumentScroll=  function ( )
                                                            {
  return goog.dom.getDocumentScroll_(this.document_);
                                                            } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * Returns true if the browser is in "CSS1-compatible" (standards-compliant)
 * mode, false otherwise.
 * @return {boolean} True if in CSS1-compatible mode.
 */
/**
 * Gets the document scroll element.
 * @return {Element} Scrolling element.
 */
goog.dom.DomHelper.prototype. [[#variable21018080]]= function ( )
                                                     { return goog.dom. [[#variable3fb07940]](this.document_);
                                                     } ;
/**
 * Gets the window object associated with the document.
 * @return {!Window} The window associated with the given document.
 */
/**
 * Gets the document scroll distance as a coordinate object.
 * @return {!goog.math.Coordinate} Object with properties 'x' and 'y'.
 */
goog.dom.DomHelper.prototype. [[#variable21018040]]= function ( )
                                                     { return goog.dom. [[#variable6237df60]](this.document_);
                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21018080]]
isCss1CompatMode 
12[[#21018080]]
getDocumentScrollElement 
21[[#3fb07940]]
isCss1CompatMode_ 
22[[#3fb07940]]
getDocumentScrollElement_ 
31[[#21018040]]
getWindow 
32[[#21018040]]
getDocumentScroll 
41[[#6237df60]]
getWindow_ 
42[[#6237df60]]
getDocumentScroll_