xref: /third_party/node/test/fixtures/v8-coverage/spawn-subprocess.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 };
31cb0ef41Sopenharmony_cidelete env.NODE_V8_COVERAGE
41cb0ef41Sopenharmony_cispawnSync(process.execPath, [require.resolve('./subprocess')], {
51cb0ef41Sopenharmony_ci  env: env
61cb0ef41Sopenharmony_ci});
7

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