(fbv)
| 165 | } |
| 166 | |
| 167 | setFeedbackVector(fbv) { |
| 168 | if (this._feedbackVector) { |
| 169 | throw new Error('Double setting FeedbackVector'); |
| 170 | } |
| 171 | this._feedbackVector = fbv; |
| 172 | } |
| 173 | |
| 174 | toString() { |
| 175 | return `Code(${this.type})`; |
no outgoing calls
no test coverage detected