MCPcopy Index your code
hub / github.com/nodejs/node / setFeedbackVector

Method setFeedbackVector

deps/v8/tools/system-analyzer/log/code.mjs:167–172  ·  view source on GitHub ↗
(fbv)

Source from the content-addressed store, hash-verified

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})`;

Callers 1

processFeedbackVectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected