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

Function exit

test/fixtures/snapshot/typescript.js:3727–3735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3725 }
3726 }
3727 function exit() {
3728 if (--enterCount === 0) {
3729 mark(endMarkName);
3730 measure(measureName, startMarkName, endMarkName);
3731 }
3732 else if (enterCount < 0) {
3733 ts.Debug.fail("enter/exit count does not match.");
3734 }
3735 }
3736 }
3737 performance.createTimer = createTimer;
3738 performance.nullTimer = { enter: ts.noop, exit: ts.noop };

Callers 8

addSourceFunction · 0.70
setSourceContentFunction · 0.70
addNameFunction · 0.70
addMappingFunction · 0.70
appendSourceMapFunction · 0.70
commitPendingMappingFunction · 0.70
emitFilesFunction · 0.70
shrink-icu-src.pyFile · 0.50

Calls 4

nextStateFunction · 0.85
markFunction · 0.70
measureFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…