CloneSet1541


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9240.951StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1870
Closure/closure/goog/net/xpc/iframepollingtransport.js
2965
Closure/closure/goog/net/xpc/iframerelaytransport.js
Clone Instance
1
Line Count
8
Source Line
70
Source File
Closure/closure/goog/net/xpc/iframepollingtransport.js

  /**
   * The URI used to send messages.
   * @type {string}
   * @private
   */
  this.sendUri_=  this.channel_.cfg_[goog.net.xpc.CfgFields.PEER_POLL_URI];

  /**
   * The URI which is polled for incoming messages.
   * @type {string}
   * @private
   */
  this.rcvUri_=  this.channel_.cfg_[goog.net.xpc.CfgFields.LOCAL_POLL_URI];


Clone Instance
2
Line Count
9
Source Line
65
Source File
Closure/closure/goog/net/xpc/iframerelaytransport.js

  /**
   * The URI used to relay data to the peer.
   * @type {string}
   * @private
   */
  this.peerRelayUri_=
      this.channel_.cfg_[goog.net.xpc.CfgFields.PEER_RELAY_URI];

  /**
   * The id of the iframe the peer page lives in.
   * @type {string}
   * @private
   */
  this.peerIframeId_=  this.channel_.cfg_[goog.net.xpc.CfgFields.IFRAME_ID];


Clone AbstractionParameter Count: 4Parameter Bindings

/**
   * The URI used to relay data to the peer.
   * @type {string}
   * @private
   */
/**
   * The URI used to send messages.
   * @type {string}
   * @private
   */
this. [[#variable3d908fe0]]=this.channel_.cfg_[goog.net.xpc.CfgFields. [[#variable3d909a00]]];
/**
   * The id of the iframe the peer page lives in.
   * @type {string}
   * @private
   */
/**
   * The URI which is polled for incoming messages.
   * @type {string}
   * @private
   */
this. [[#variable3d9086e0]]=this.channel_.cfg_[goog.net.xpc.CfgFields. [[#variable3d909040]]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3d908fe0]]
peerRelayUri_ 
12[[#3d908fe0]]
sendUri_ 
21[[#3d909a00]]
PEER_RELAY_URI 
22[[#3d909a00]]
PEER_POLL_URI 
31[[#3d9086e0]]
peerIframeId_ 
32[[#3d9086e0]]
rcvUri_ 
41[[#3d909040]]
IFRAME_ID 
42[[#3d909040]]
LOCAL_POLL_URI