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

Method processMapCreate

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

Source from the content-addressed store, hash-verified

581 }
582
583 processMapCreate(time, id) {
584 // map-create events might override existing maps if the addresses get
585 // recycled. Hence we do not check for existing maps.
586 this._lastTimestamp = time;
587 this.createMapEntry(id, time);
588 }
589
590 processMapDetails(time, id, string) {
591 // TODO(cbruni): fix initial map logging.

Callers

nothing calls this directly

Calls 1

createMapEntryMethod · 0.95

Tested by

no test coverage detected