xref: /third_party/node/test/fixtures/v8-coverage/spawn-subprocess-no-cov.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/v8-coverage/
11cb0ef41Sopenharmony_ciconst { spawnSync } = require('child_process');
21cb0ef41Sopenharmony_ciconst env = { ...process.env, NODE_V8_COVERAGE: '' };
31cb0ef41Sopenharmony_cispawnSync(process.execPath, [require.resolve('./subprocess')], {
41cb0ef41Sopenharmony_ci  env: env
51cb0ef41Sopenharmony_ci});
6

Indexes created Thu Nov 07 10:32:03 CST 2024