CloneSet1245


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.979ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13888
Closure/closure/goog/ui/abstractspellchecker.js
23901
Closure/closure/goog/ui/abstractspellchecker.js
Clone Instance
1
Line Count
3
Source Line
888
Source File
Closure/closure/goog/ui/abstractspellchecker.js

/**
 * Blocks processing of spell checker READY events. This is used in dictionary
 * recharge and async mode so that completion is not signaled prematurely.
 *
 * @protected
 */
goog.ui.AbstractSpellChecker.prototype.blockReadyEvents=  function ( )
                                                                     {
  goog.events.listen(this.handler_, goog.spell.SpellCheck.EventType.READY,
      goog.events.Event.stopPropagation, true);
                                                                     } ;


Clone Instance
2
Line Count
3
Source Line
901
Source File
Closure/closure/goog/ui/abstractspellchecker.js

/**
 * Unblocks processing of spell checker READY events. This is used in
 * dictionary recharge and async mode so that completion is not signaled
 * prematurely.
 *
 * @protected
 */
goog.ui.AbstractSpellChecker.prototype.unblockReadyEvents=  function ( )
                                                                       {
  goog.events.unlisten(this.handler_, goog.spell.SpellCheck.EventType.READY,
      goog.events.Event.stopPropagation, true);
                                                                       } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Unblocks processing of spell checker READY events. This is used in
 * dictionary recharge and async mode so that completion is not signaled
 * prematurely.
 *
 * @protected
 */
/**
 * Blocks processing of spell checker READY events. This is used in dictionary
 * recharge and async mode so that completion is not signaled prematurely.
 *
 * @protected
 */
goog.ui.AbstractSpellChecker.prototype. [[#variable1f94d8e0]]= function ( )
                                                               { goog.events. [[#variable1f94d7e0]](this.handler_,goog.spell.SpellCheck.EventType.READY,goog.events.Event.stopPropagation, true);
                                                               } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f94d8e0]]
unblockReadyEvents 
12[[#1f94d8e0]]
blockReadyEvents 
21[[#1f94d7e0]]
unlisten 
22[[#1f94d7e0]]
listen