CloneSet1766


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.970IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12162
Closure/closure/goog/crypt/base64.js
22181
Closure/closure/goog/crypt/base64.js
Clone Instance
1
Line Count
2
Source Line
162
Source File
Closure/closure/goog/crypt/base64.js

  // Shortcut for Mozilla browsers that implement
  // a native base64 encoder in the form of "btoa/atob"
  if (typeof goog.global.btoa==  'function'
      &&                                       !opt_webSafe) {
    return goog.global.btoa(input);
                                                             }


Clone Instance
2
Line Count
2
Source Line
181
Source File
Closure/closure/goog/crypt/base64.js

  // Shortcut for Mozilla browsers that implement
  // a native base64 encoder in the form of "btoa/atob"
  if (typeof goog.global.atob==  'function'
      &&                                       !opt_webSafe) {
    return goog.global.atob(input);
                                                             }


Clone AbstractionParameter Count: 1Parameter Bindings

// Shortcut for Mozilla browsers that implement
// a native base64 encoder in the form of "btoa/atob"
if (typeof goog.global. [[#variable2156b540]]=='function'
    && !opt_webSafe)
  { return goog.global. [[#variable2156b540]](input);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2156b540]]
atob 
12[[#2156b540]]
btoa