CloneSet1437


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8240.956SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18149
Closure/closure/goog/dom/browserrange/w3crange.js
28161
Closure/closure/goog/dom/browserrange/w3crange.js
Clone Instance
1
Line Count
8
Source Line
149
Source File
Closure/closure/goog/dom/browserrange/w3crange.js

/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getContainer=  function ( )
                                                                   {
  return this.range_.commonAncestorContainer;
                                                                   } ;

/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getStartNode=  function ( )
                                                                   {
  return this.range_.startContainer;
                                                                   } ;


Clone Instance
2
Line Count
8
Source Line
161
Source File
Closure/closure/goog/dom/browserrange/w3crange.js

/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getStartOffset=  function ( )
                                                                     {
  return this.range_.startOffset;
                                                                     } ;

/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype.getEndNode=  function ( )
                                                                 {
  return this.range_.endContainer;
                                                                 } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype. [[#variable565d4e00]]= function ( )
                                                                 { return this.range_. [[#variable565d4c20]];
                                                                 } ;
/** @inheritDoc */
goog.dom.browserrange.W3cRange.prototype. [[#variable565d4480]]= function ( )
                                                                 { return this.range_. [[#variable565d4d40]];
                                                                 } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#565d4e00]]
getContainer 
12[[#565d4e00]]
getStartOffset 
21[[#565d4c20]]
commonAncestorContainer 
22[[#565d4c20]]
startOffset 
31[[#565d4480]]
getStartNode 
32[[#565d4480]]
getEndNode 
41[[#565d4d40]]
startContainer 
42[[#565d4d40]]
endContainer