CloneSet1582


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.987StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14343
Closure/closure/goog/events/events.js
25955
Closure/closure/goog/events/events.js
Clone Instance
1
Line Count
4
Source Line
343
Source File
Closure/closure/goog/events/events.js

  // Do not use key in listeners here since that will cast the number to a
  // string which will allocate one string object.
  if (!goog.events.listeners_[key]) {
    return false;
                                    }
  var listener=  goog.events.listeners_[key];


Clone Instance
2
Line Count
5
Source Line
955
Source File
Closure/closure/goog/events/events.js

  // If the listener isn't there it was probably removed when processing
  // another listener on the same event (e.g. the later listener is
  // not managed by closure so that they are both fired under IE)
  if (!goog.events.listeners_[key]) {
    return true;
                                    }

  var listener=  goog.events.listeners_[key];


Clone AbstractionParameter Count: 1Parameter Bindings

// Do not use key in listeners here since that will cast the number to a
// string which will allocate one string object.
// If the listener isn't there it was probably removed when processing
// another listener on the same event (e.g. the later listener is
// not managed by closure so that they are both fired under IE)
if (!goog.events.listeners_[key])
  { return [[#variable1ec3c060]];
  }
var listener=goog.events.listeners_[key];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ec3c060]]
false 
12[[#1ec3c060]]
true