Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.979 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 888 | Closure/closure/goog/ui/abstractspellchecker.js |
2 | 3 | 901 | 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); } ; |
| ||||
/** * 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); } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f94d8e0]] | unblockReadyEvents |
1 | 2 | [[#1f94d8e0]] | blockReadyEvents |
2 | 1 | [[#1f94d7e0]] | unlisten |
2 | 2 | [[#1f94d7e0]] | listen |