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

Method _update

deps/v8/tools/system-analyzer/view/code-panel.mjs:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 _update() {
63 this._updateSelect();
64 this._updateDisassembly();
65 this._updateFeedbackVector();
66 }
67
68 _updateFeedbackVector() {
69 if (!this._entry?.feedbackVector) {

Callers

nothing calls this directly

Calls 3

_updateSelectMethod · 0.95
_updateDisassemblyMethod · 0.95
_updateFeedbackVectorMethod · 0.95

Tested by

no test coverage detected