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

Method processSFIMove

deps/v8/tools/tickprocessor.mjs:819–821  ·  view source on GitHub ↗
(from, to)

Source from the content-addressed store, hash-verified

817 }
818
819 processSFIMove(from, to) {
820 this.profile_.moveSharedFunctionInfo(from, to);
821 }
822
823 includeTick(vmState) {
824 if (this.negativeStateFilter_ != null) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected