()
| 161 | } |
| 162 | |
| 163 | sharedUserContext() { |
| 164 | if (!this.sharedContext) { |
| 165 | this.sharedContext = {}; |
| 166 | } |
| 167 | |
| 168 | return this.sharedContext; |
| 169 | } |
| 170 | |
| 171 | clonedSharedUserContext() { |
| 172 | return this.sharedUserContext(); |
no outgoing calls
no test coverage detected