Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.963 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 80 | Closure/closure/goog/fx/animationqueue.js |
2 | 5 | 93 | Closure/closure/goog/fx/animationqueue.js |
| ||||
/** * Calls stop on the children animations. * @protected * @override */ goog.fx.AnimationQueue.prototype.onStop= function ( ) { this.executeChildrenAction( function (anim){ anim.stop( ); } ); goog.fx.AnimationQueue.superClass_.onStop.call(this ); } ; |
| ||||
/** * Calls pause on the children animations. * @protected * @override */ goog.fx.AnimationQueue.prototype.onPause= function ( ) { this.executeChildrenAction( function (anim){ anim.pause( ); } ); goog.fx.AnimationQueue.superClass_.onPause.call(this ); } ; |
| |||
/** * Calls pause on the children animations. * @protected * @override */ /** * Calls stop on the children animations. * @protected * @override */ goog.fx.AnimationQueue.prototype. [[#variable206d9840]]= function ( ) { this.executeChildrenAction( function (anim) { anim. [[#variable206d97e0]]( ); } ); goog.fx.AnimationQueue.superClass_. [[#variable206d9840]].call(this ); } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#206d9840]] | onPause |
1 | 2 | [[#206d9840]] | onStop |
2 | 1 | [[#206d97e0]] | pause |
2 | 2 | [[#206d97e0]] | stop |