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

Method setMetrics

deps/v8/tools/parse-processor.mjs:611–614  ·  view source on GitHub ↗
(dict)

Source from the content-addressed store, hash-verified

609 }
610
611 setMetrics(dict) {
612 dict.set('parseMetric', this.executionCost);
613 dict.set('parseMetricNegative', this.nonExecutionCost);
614 }
615}
616
617// ===========================================================================

Callers 1

calculateMetricsMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected