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

Function finalize

benchmark/vm/source-text-module-leaf.js:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 function finalize() {
66 bench.end(n);
67 for (let i = 0; i < n; i++) {
68 assert.strictEqual(arr[i].namespace[`value${i}`], 1);
69 }
70 }
71
72 if (type === 'sync') {
73 for (let i = 0; i < n; i++) {

Callers 4

mainFunction · 0.70
visit_OutputMethod · 0.50
const_finalizeMethod · 0.50
testConfluenceFunction · 0.50

Calls 1

endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…