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

Method requestUpdate

deps/v8/tools/system-analyzer/view/helper.mjs:188–193  ·  view source on GitHub ↗
(useAnimation = false)

Source from the content-addressed store, hash-verified

186 }
187
188 requestUpdate(useAnimation = false) {
189 // A pending update will be resolved later, no need to try again.
190 if (this._hasPendingUpdate) return;
191 this._hasPendingUpdate = true;
192 this._requestUpdateIfVisible(useAnimation);
193 }
194
195 _requestUpdateIfVisible(useAnimation = true) {
196 if (!this._contentIsVisible) return;

Callers 15

timelineMethod · 0.45
entryMethod · 0.45
mapMethod · 0.45
_showEntriesMethod · 0.45
_showEntriesMethod · 0.45
scriptMethod · 0.45
constructorMethod · 0.45
_showEntriesMethod · 0.45
propertyDictMethod · 0.45
constructorMethod · 0.45
_updateMethod · 0.45

Calls 1

Tested by

no test coverage detected