Files
Kmake/test/fixtures/v8-coverage/stop-coverage.js

4 lines
59 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
const v8 = require('v8');
v8.stopCoverage();