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

Method stop

lib/v8.js:532–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530 }
531
532 stop() {
533 if (this.#profiler) {
534 const data = this.#profiler.stop();
535 this.#profiler = null;
536 return JSONParse(data);
537 }
538 }
539
540 [SymbolDispose]() {
541 this.stop();

Callers 2

[SymbolDispose]Method · 0.95
collectGCProfileFunction · 0.95

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected