CloneSet425


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7240.965Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17942
Closure/closure/goog/base.js
27973
Closure/closure/goog/base.js
Clone Instance
1
Line Count
7
Source Line
942
Source File
Closure/closure/goog/base.js

                            {
    var boundArgs=  Array.prototype.slice.call(arguments, 2);
    return function ( )
                      {
      // Prepend the bound arguments to the current arguments.
      var newArgs=  Array.prototype.slice.call(arguments);
      Array.prototype.unshift.apply(newArgs, boundArgs);
      return fn.apply(context, newArgs);
                      } ;
                            }


Clone Instance
2
Line Count
7
Source Line
973
Source File
Closure/closure/goog/base.js

                                      {
  var args=  Array.prototype.slice.call(arguments, 1);
  return function ( )
                    {
    // Prepend the bound arguments to the current arguments.
    var newArgs=  Array.prototype.slice.call(arguments);
    newArgs.unshift.apply(newArgs, args);
    return fn.apply(this, newArgs);
                    } ;
                                      }


Clone AbstractionParameter Count: 4Parameter Bindings

{ var [[#variable20ed6320]]=Array.prototype.slice.call(arguments, [[#variable20ed6200]]);
  return function ( )
         {
           // Prepend the bound arguments to the current arguments.
           var newArgs=Array.prototype.slice.call(arguments);
            [[#variable20ed61c0]].unshift.apply(newArgs, [[#variable20ed6320]]);
           return fn.apply( [[#variable20ed6180]],newArgs);
         } ;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20ed6320]]
args 
12[[#20ed6320]]
boundArgs 
21[[#20ed6200]]
1 
22[[#20ed6200]]
2 
31[[#20ed61c0]]
newArgs 
32[[#20ed61c0]]
Array.prototype 
41[[#20ed6180]]
this 
42[[#20ed6180]]
context