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

Method deprecateMap

deps/v8/tools/system-analyzer/processor.mjs:578–581  ·  view source on GitHub ↗
(type, time, id)

Source from the content-addressed store, hash-verified

576 }
577
578 deprecateMap(type, time, id) {
579 this._lastTimestamp = time;
580 this.getOrCreateMapEntry(id, time).deprecate();
581 }
582
583 processMapCreate(time, id) {
584 // map-create events might override existing maps if the addresses get

Callers 1

processMapMethod · 0.95

Calls 2

getOrCreateMapEntryMethod · 0.95
deprecateMethod · 0.80

Tested by

no test coverage detected